Html Css Color HEX #1CAFFF Dodger Blue

📋 copy color: '#1CAFFF'

red 28 ◦ green 175 ◦ blue 255

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

Shades of Dodger Blue #1CAFFF

Tints of Dodger Blue #1CAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.21%

 BLUE value IS 255 (100% from 255) = 55.68%

R = 6.11%
G = 38.21%
B = 55.68%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CAFFF (or 0x1CAFFF) is known color: Dodger Blue. HEX triplet: 1C, AF and FF. RGB value is (28,175,255). Sum of RGB (Red+Green+Blue) = 28+175+255=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAFFF is #E35000. Grayscale: #8B8B8B. Windows color (decimal): -14897153 or 16756508. OLE color: 16756508.

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

Color convert

RGB 28 175 255 -
CMYK 0.89 0.31 0 0
HSL 201.15º 1% 0.55% -
HSV(B) 201.15º 0.89% 1% -
XYZ 33.86 38.13 100.18 -
YUV 140.17 192.8 48 -
System Red Green Blue C M Y K H S L
Decimal 28 175 255 0.89 0.31 0 0 201.15 1 0.55
Hex 1C AF FF 59 1F 0 0 C9 64 37
Octal 34 257 377 131 37 0 0 311 144 67
Binary 11100 10101111 11111111 1011001 11111 0 0 11001001 1100100 110111

Color Harmonies of #1CAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFFF

Black with #1CAFFF

Text Example


Text Example

White with #1CAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,175,255); }

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

background-color css

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

 a { background-color: rgb(28,175,255); }

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

border-color css

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

 span { border-color: rgb(28,175,255); }

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