#1DAFFE

Color #1DAFFE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1DAFFE

Tints of Dodger Blue #1DAFFE

Color information

#1DAFFE (or 0x1DAFFE) is unknown color: approx 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

RGB29175254-
CMYK0.890.3100.00
HSL201.07º99.12%55.49%-
HSV(B)201.07º88.58%99.61%-
XYZ33.7338.0899.34-
YUV140.35192.1348.58-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal291752540.890.3100.00201.0799.1255.49
Hex1DAFFE591F00c96337
Octal35257376131370031114367
Binary11101101011111111111010110011111100110010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>