Html Css Color HEX #1CACF6 Dodger Blue

📋 copy color: '#1CACF6'

red 28 ◦ green 172 ◦ blue 246

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

Shades of Dodger Blue #1CACF6

Tints of Dodger Blue #1CACF6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

 BLUE value IS 246 (96.48% from 255) = 55.16%

R = 6.28%
G = 38.57%
B = 55.16%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1CACF6 (or 0x1CACF6) is known color: Dodger Blue. HEX triplet: 1C, AC and F6. RGB value is (28,172,246). Sum of RGB (Red+Green+Blue) = 28+172+246=446 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.28% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #1CACF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CACF6 is #E35309. Grayscale: #888888. Windows color (decimal): -14897930 or 16165916. OLE color: 16165916.

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

Color convert

RGB 28 172 246 -
CMYK 0.89 0.30 0 0.04
HSL 200.37º 0.92% 0.54% -
HSV(B) 200.37º 0.89% 0.96% -
XYZ 31.87 36.41 92.54 -
YUV 137.38 189.29 49.98 -
System Red Green Blue C M Y K H S L
Decimal 28 172 246 0.89 0.30 0 0.04 200.37 0.92 0.54
Hex 1C AC F6 59 1E 0 4 C8 5C 36
Octal 34 254 366 131 36 0 4 310 134 66
Binary 11100 10101100 11110110 1011001 11110 0 100 11001000 1011100 110110

Color Harmonies of #1CACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACF6

Black with #1CACF6

Text Example


Text Example

White with #1CACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,246); }

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

background-color css

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

 a { background-color: rgb(28,172,246); }

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

border-color css

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

 span { border-color: rgb(28,172,246); }

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