Html Css Color HEX #1D99FD Dodger Blue

📋 copy color: '#1D99FD'

red 29 ◦ green 153 ◦ blue 253

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

Shades of Dodger Blue #1D99FD

Tints of Dodger Blue #1D99FD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 6.67%
G = 35.17%
B = 58.16%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D99FD (or 0x1D99FD) is known color: Dodger Blue. HEX triplet: 1D, 99 and FD. RGB value is (29,153,253). Sum of RGB (Red+Green+Blue) = 29+153+253=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D99FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D99FD is #E26602. Grayscale: #7E7E7E. Windows color (decimal): -14837251 or 16619805. OLE color: 16619805.

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

Color convert

RGB 29 153 253 -
CMYK 0.89 0.40 0 0.01
HSL 206.79º 0.98% 0.55% -
HSV(B) 206.79º 0.89% 0.99% -
XYZ 29.63 30.14 97.18 -
YUV 127.32 198.92 57.87 -
System Red Green Blue C M Y K H S L
Decimal 29 153 253 0.89 0.40 0 0.01 206.79 0.98 0.55
Hex 1D 99 FD 59 28 0 1 CF 62 37
Octal 35 231 375 131 50 0 1 317 142 67
Binary 11101 10011001 11111101 1011001 101000 0 1 11001111 1100010 110111

Color Harmonies of #1D99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D99FD

Black with #1D99FD

Text Example


Text Example

White with #1D99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,153,253); }

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

background-color css

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

 a { background-color: rgb(29,153,253); }

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

border-color css

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

 span { border-color: rgb(29,153,253); }

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