Html Css Color HEX #1D9FFB Dodger Blue

📋 copy color: '#1D9FFB'

red 29 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #1D9FFB

Tints of Dodger Blue #1D9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.22%

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

R = 6.61%
G = 36.22%
B = 57.18%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D9FFB (or 0x1D9FFB) is known color: Dodger Blue. HEX triplet: 1D, 9F and FB. RGB value is (29,159,251). Sum of RGB (Red+Green+Blue) = 29+159+251=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D9FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9FFB is #E26004. Grayscale: #828282. Windows color (decimal): -14835717 or 16490269. OLE color: 16490269.

HSL color Cylindrical-coordinate representation of color #1D9FFB: hue angle of 204.86º 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 #1D9FFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 159 251 -
CMYK 0.88 0.37 0 0.02
HSL 204.86º 0.97% 0.55% -
HSV(B) 204.86º 0.88% 0.98% -
XYZ 30.32 32.02 95.85 -
YUV 130.62 195.93 55.52 -
System Red Green Blue C M Y K H S L
Decimal 29 159 251 0.88 0.37 0 0.02 204.86 0.97 0.55
Hex 1D 9F FB 58 25 0 2 CD 61 37
Octal 35 237 373 130 45 0 2 315 141 67
Binary 11101 10011111 11111011 1011000 100101 0 10 11001101 1100001 110111

Color Harmonies of #1D9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9FFB

Black with #1D9FFB

Text Example


Text Example

White with #1D9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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