Html Css Color HEX #1DAFFF Dodger Blue

📋 copy color: '#1DAFFF'

red 29 ◦ green 175 ◦ blue 255

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

Shades of Dodger Blue #1DAFFF

Tints of Dodger Blue #1DAFFF

RGB

 RED value IS 29 (11.72% from 255) = 6.32%

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

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

R = 6.32%
G = 38.13%
B = 55.56%

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

#1DAFFF (or 0x1DAFFF) is known color: Dodger Blue. HEX triplet: 1D, AF and FF. RGB value is (29,175,255). Sum of RGB (Red+Green+Blue) = 29+175+255=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAFFF is #E25000. Grayscale: #8C8C8C. Windows color (decimal): -14831617 or 16756509. OLE color: 16756509.

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

Color convert

RGB 29 175 255 -
CMYK 0.89 0.31 0 0
HSL 201.24º 1% 0.56% -
HSV(B) 201.24º 0.89% 1% -
XYZ 33.89 38.14 100.18 -
YUV 140.47 192.63 48.5 -
System Red Green Blue C M Y K H S L
Decimal 29 175 255 0.89 0.31 0 0 201.24 1 0.56
Hex 1D AF FF 59 1F 0 0 C9 64 38
Octal 35 257 377 131 37 0 0 311 144 70
Binary 11101 10101111 11111111 1011001 11111 0 0 11001001 1100100 111000

Color Harmonies of #1DAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFFF

Black with #1DAFFF

Text Example


Text Example

White with #1DAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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