Html Css Color HEX #1DACFF Dodger Blue

📋 copy color: '#1DACFF'

red 29 ◦ green 172 ◦ blue 255

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

Shades of Dodger Blue #1DACFF

Tints of Dodger Blue #1DACFF

RGB

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

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

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

R = 6.36%
G = 37.72%
B = 55.92%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1DACFF (or 0x1DACFF) is known color: Dodger Blue. HEX triplet: 1D, AC and FF. RGB value is (29,172,255). Sum of RGB (Red+Green+Blue) = 29+172+255=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DACFF is #E25300. Grayscale: #8A8A8A. Windows color (decimal): -14832385 or 16755741. OLE color: 16755741.

HSL color Cylindrical-coordinate representation of color #1DACFF: hue angle of 202.04º 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 #1DACFF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 29 172 255 -
CMYK 0.89 0.33 0 0
HSL 202.04º 1% 0.56% -
HSV(B) 202.04º 0.89% 1% -
XYZ 33.31 36.99 99.99 -
YUV 138.71 193.62 49.75 -
System Red Green Blue C M Y K H S L
Decimal 29 172 255 0.89 0.33 0 0 202.04 1 0.56
Hex 1D AC FF 59 21 0 0 CA 64 38
Octal 35 254 377 131 41 0 0 312 144 70
Binary 11101 10101100 11111111 1011001 100001 0 0 11001010 1100100 111000

Color Harmonies of #1DACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACFF

Black with #1DACFF

Text Example


Text Example

White with #1DACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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