#2CA5FA

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

Shades of Dodger Blue #2CA5FA

Tints of Dodger Blue #2CA5FA

Color information

#2CA5FA (or 0x2CA5FA) is unknown color: approx Dodger Blue. HEX triplet: 2C, A5 and FA. RGB value is (44,165,250). Sum of RGB (Red+Green+Blue) = 44+165+250=459 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.59% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CA5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CA5FA is #D35A05. Grayscale: #8A8A8A. Windows color (decimal): -13851142 or 16426284. OLE color: 16426284.

HSL color Cylindrical-coordinate representation of color #2CA5FA: hue angle of 204.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CA5FA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44165250-
CMYK0.820.3400.02
HSL204.76º95.37%57.65%-
HSV(B)204.76º82.4%98.04%-
XYZ31.7534.3595.4-
YUV138.51190.9160.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.59%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 250 (98.05% from 255) = 54.47%
R=9.59%
G=35.95%
B=54.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441652500.820.3400.02204.7695.3757.65
Hex2CA5FA522202cd5f3a
Octal54245372122420231513772
Binary10110010100101111110101010010100010010110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,250); }

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

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

 a { background-color: rgb(44,165,250); }

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

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

 span { border-color: rgb(44,165,250); }

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