Html Css Color HEX #1DAFFE Dodger Blue

📋 copy color: '#1DAFFE'

red 29 ◦ green 175 ◦ blue 254

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

Shades of Dodger Blue #1DAFFE

Tints of Dodger Blue #1DAFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 6.33%
G = 38.21%
B = 55.46%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DAFFE (or 0x1DAFFE) is known color: Dodger Blue. HEX triplet: 1D, AF and FE. RGB value is (29,175,254). Sum of RGB (Red+Green+Blue) = 29+175+254=458 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.33% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAFFE is #E25001. Grayscale: #8B8B8B. Windows color (decimal): -14831618 or 16690973. OLE color: 16690973.

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

Color convert

RGB 29 175 254 -
CMYK 0.89 0.31 0 0.00
HSL 201.07º 0.99% 0.55% -
HSV(B) 201.07º 0.89% 1% -
XYZ 33.73 38.08 99.34 -
YUV 140.35 192.13 48.58 -
System Red Green Blue C M Y K H S L
Decimal 29 175 254 0.89 0.31 0 0.00 201.07 0.99 0.55
Hex 1D AF FE 59 1F 0 0 C9 63 37
Octal 35 257 376 131 37 0 0 311 143 67
Binary 11101 10101111 11111110 1011001 11111 0 0 11001001 1100011 110111

Color Harmonies of #1DAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFFE

Black with #1DAFFE

Text Example


Text Example

White with #1DAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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