#2C8EF1

Color #2C8EF1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2C8EF1

Tints of Dodger Blue #2C8EF1

Color information

#2C8EF1 (or 0x2C8EF1) is unknown color: approx Dodger Blue. HEX triplet: 2C, 8E and F1. RGB value is (44,142,241). Sum of RGB (Red+Green+Blue) = 44+142+241=427 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.30% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #2C8EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C8EF1 is #D3710E. Grayscale: #7B7B7B. Windows color (decimal): -13857039 or 15830572. OLE color: 15830572.

HSL color Cylindrical-coordinate representation of color #2C8EF1: hue angle of 210.15º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C8EF1 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB44142241-
CMYK0.820.4100.05
HSL210.15º87.56%55.88%-
HSV(B)210.15º81.74%94.51%-
XYZ26.5926.2386.88-
YUV123.98194.0370.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 10.30%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=10.30%
G=33.26%
B=56.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal441422410.820.4100.05210.1587.5655.88
Hex2C8EF1522905d25838
Octal54216361122510532213070
Binary101100100011101111000110100101010010101110100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C8EF1; }

 p { color: rgb(44,142,241); }

 H1.HeaderClassName
 {
   color: #2C8EF1;
 }
 .AnyTagClassName
 {
   color: #2C8EF1;
 }
</style>
background-color css

<style>
 a { background-color: #2C8EF1; }

 a { background-color: rgb(44,142,241); }

 div.DivClassName
 {
   background-color: #2C8EF1;
 }
 .BgClassName
 {
   background-color: #2C8EF1;
 }
</style>
border-color css

<style>
 span { border-color: #2C8EF1; }

 span { border-color: rgb(44,142,241); }

 td.TdClassName
 {
   border-color: #2C8EF1;
 }
 .TagClassName
 {
   border-color: #2C8EF1;
 }
</style>