#2CA4F3

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

Shades of Dodger Blue #2CA4F3

Tints of Dodger Blue #2CA4F3

Color information

#2CA4F3 (or 0x2CA4F3) is unknown color: approx Dodger Blue. HEX triplet: 2C, A4 and F3. RGB value is (44,164,243). Sum of RGB (Red+Green+Blue) = 44+164+243=451 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.76% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #2CA4F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CA4F3 is #D35B0C. Grayscale: #888888. Windows color (decimal): -13851405 or 15967276. OLE color: 15967276.

HSL color Cylindrical-coordinate representation of color #2CA4F3: hue angle of 203.82º degrees, saturation: 0.89, 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 #2CA4F3 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB44164243-
CMYK0.820.3300.05
HSL203.82º89.24%56.27%-
HSV(B)203.82º81.89%95.29%-
XYZ30.4933.5689.66-
YUV137.13187.7461.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.76%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 243 (95.31% from 255) = 53.88%
R=9.76%
G=36.36%
B=53.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal441642430.820.3300.05203.8289.2456.27
Hex2CA4F3522105cc5938
Octal54244363122410531413170
Binary101100101001001111001110100101000010101110011001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,164,243); }

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

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

 a { background-color: rgb(44,164,243); }

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

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

 span { border-color: rgb(44,164,243); }

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