#1CA3F4

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

Shades of Dodger Blue #1CA3F4

Tints of Dodger Blue #1CA3F4

Color information

#1CA3F4 (or 0x1CA3F4) is unknown color: approx Dodger Blue. HEX triplet: 1C, A3 and F4. RGB value is (28,163,244). Sum of RGB (Red+Green+Blue) = 28+163+244=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #1CA3F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA3F4 is #E35C0B. Grayscale: #838383. Windows color (decimal): -14900236 or 16032540. OLE color: 16032540.

HSL color Cylindrical-coordinate representation of color #1CA3F4: hue angle of 202.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CA3F4 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB28163244-
CMYK0.890.3300.04
HSL202.5º90.76%53.33%-
HSV(B)202.5º88.52%95.69%-
XYZ29.9132.9790.38-
YUV131.87191.2753.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.44%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 244 (95.70% from 255) = 56.09%
R=6.44%
G=37.47%
B=56.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal281632440.890.3300.04202.590.7653.33
Hex1CA3F4592104ca5b35
Octal34243364131410431213365
Binary11100101000111111010010110011000010100110010101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CA3F4; }

 p { color: rgb(28,163,244); }

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

<style>
 a { background-color: #1CA3F4; }

 a { background-color: rgb(28,163,244); }

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

<style>
 span { border-color: #1CA3F4; }

 span { border-color: rgb(28,163,244); }

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