Html Css Color HEX #1D8CFB Dodger Blue

📋 copy color: '#1D8CFB'

red 29 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #1D8CFB

Tints of Dodger Blue #1D8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 6.9%
G = 33.33%
B = 59.76%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D8CFB (or 0x1D8CFB) is known color: Dodger Blue. HEX triplet: 1D, 8C and FB. RGB value is (29,140,251). Sum of RGB (Red+Green+Blue) = 29+140+251=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D8CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8CFB is #E27304. Grayscale: #767676. Windows color (decimal): -14840581 or 16485405. OLE color: 16485405.

HSL color Cylindrical-coordinate representation of color #1D8CFB: hue angle of 210º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8CFB is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 140 251 -
CMYK 0.88 0.44 0 0.02
HSL 210º 0.97% 0.55% -
HSV(B) 210º 0.88% 0.98% -
XYZ 27.3 25.98 94.84 -
YUV 119.47 202.23 63.47 -
System Red Green Blue C M Y K H S L
Decimal 29 140 251 0.88 0.44 0 0.02 210 0.97 0.55
Hex 1D 8C FB 58 2C 0 2 D2 61 37
Octal 35 214 373 130 54 0 2 322 141 67
Binary 11101 10001100 11111011 1011000 101100 0 10 11010010 1100001 110111

Color Harmonies of #1D8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8CFB

Black with #1D8CFB

Text Example


Text Example

White with #1D8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,140,251); }

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

background-color css

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

 a { background-color: rgb(29,140,251); }

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

border-color css

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

 span { border-color: rgb(29,140,251); }

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