#1CA8FA

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

Shades of Dodger Blue #1CA8FA

Tints of Dodger Blue #1CA8FA

Color information

#1CA8FA (or 0x1CA8FA) is unknown color: approx Dodger Blue. HEX triplet: 1C, A8 and FA. RGB value is (28,168,250). Sum of RGB (Red+Green+Blue) = 28+168+250=446 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.28% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CA8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA8FA is #E35705. Grayscale: #878787. Windows color (decimal): -14898950 or 16427036. OLE color: 16427036.

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

Color convert

RGB28168250-
CMYK0.890.3300.02
HSL202.16º95.69%54.51%-
HSV(B)202.16º88.8%98.04%-
XYZ31.7435.1595.56-
YUV135.49192.6251.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.28%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=6.28%
G=37.67%
B=56.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal281682500.890.3300.02202.1695.6954.51
Hex1CA8FA592102ca6037
Octal34250372131410231214067
Binary1110010101000111110101011001100001010110010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,168,250); }

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

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

 a { background-color: rgb(28,168,250); }

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

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

 span { border-color: rgb(28,168,250); }

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