Html Css Color HEX #1CA9F3 Dodger Blue

📋 copy color: '#1CA9F3'

red 28 ◦ green 169 ◦ blue 243

#1CA9F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1CA9F3

Tints of Dodger Blue #1CA9F3

RGB

 RED value IS 28 (11.33% from 255) = 6.36%

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 243 (95.31% from 255) = 55.23%

R = 6.36%
G = 38.41%
B = 55.23%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1CA9F3 (or 0x1CA9F3) is known color: Dodger Blue. HEX triplet: 1C, A9 and F3. RGB value is (28,169,243). Sum of RGB (Red+Green+Blue) = 28+169+243=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #1CA9F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA9F3 is #E3560C. Grayscale: #868686. Windows color (decimal): -14898701 or 15968540. OLE color: 15968540.

HSL color Cylindrical-coordinate representation of color #1CA9F3: hue angle of 200.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA9F3 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 169 243 -
CMYK 0.88 0.30 0 0.05
HSL 200.65º 0.9% 0.53% -
HSV(B) 200.65º 0.88% 0.95% -
XYZ 30.84 35.09 89.94 -
YUV 135.28 188.79 51.48 -
System Red Green Blue C M Y K H S L
Decimal 28 169 243 0.88 0.30 0 0.05 200.65 0.9 0.53
Hex 1C A9 F3 58 1E 0 5 C9 5A 35
Octal 34 251 363 130 36 0 5 311 132 65
Binary 11100 10101001 11110011 1011000 11110 0 101 11001001 1011010 110101

Color Harmonies of #1CA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA9F3

Black with #1CA9F3

Text Example


Text Example

White with #1CA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,169,243); }

 H1.HeaderClassName
 {
   color: #1CA9F3;
 }
 .AnyTagClassName
 {
   color: #1CA9F3;
 }
</style>

background-color css

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

 a { background-color: rgb(28,169,243); }

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

border-color css

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

 span { border-color: rgb(28,169,243); }

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