Html Css Color HEX #1D98DF Dodger Blue

📋 copy color: '#1D98DF'

red 29 ◦ green 152 ◦ blue 223

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

Shades of Dodger Blue #1D98DF

Tints of Dodger Blue #1D98DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 7.18%
G = 37.62%
B = 55.2%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D98DF (or 0x1D98DF) is known color: Dodger Blue. HEX triplet: 1D, 98 and DF. RGB value is (29,152,223). Sum of RGB (Red+Green+Blue) = 29+152+223=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D98DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D98DF is #E26720. Grayscale: #7A7A7A. Windows color (decimal): -14837537 or 14653469. OLE color: 14653469.

HSL color Cylindrical-coordinate representation of color #1D98DF: hue angle of 201.96º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D98DF is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 152 223 -
CMYK 0.87 0.32 0 0.13
HSL 201.96º 0.77% 0.49% -
HSV(B) 201.96º 0.87% 0.87% -
XYZ 25.05 28.05 73.9 -
YUV 123.32 184.25 60.73 -
System Red Green Blue C M Y K H S L
Decimal 29 152 223 0.87 0.32 0 0.13 201.96 0.77 0.49
Hex 1D 98 DF 57 20 0 D CA 4D 31
Octal 35 230 337 127 40 0 15 312 115 61
Binary 11101 10011000 11011111 1010111 100000 0 1101 11001010 1001101 110001

Color Harmonies of #1D98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D98DF

Black with #1D98DF

Text Example


Text Example

White with #1D98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,152,223); }

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

background-color css

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

 a { background-color: rgb(29,152,223); }

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

border-color css

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

 span { border-color: rgb(29,152,223); }

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