Html Css Color HEX #1D73EB Dodger Blue

📋 copy color: '#1D73EB'

red 29 ◦ green 115 ◦ blue 235

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

Shades of Dodger Blue #1D73EB

Tints of Dodger Blue #1D73EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 7.65%
G = 30.34%
B = 62.01%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D73EB (or 0x1D73EB) is known color: Dodger Blue. HEX triplet: 1D, 73 and EB. RGB value is (29,115,235). Sum of RGB (Red+Green+Blue) = 29+115+235=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D73EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D73EB is #E28C14. Grayscale: #666666. Windows color (decimal): -14846997 or 15430429. OLE color: 15430429.

HSL color Cylindrical-coordinate representation of color #1D73EB: hue angle of 214.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D73EB is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 115 235 -
CMYK 0.88 0.51 0 0.08
HSL 214.95º 0.84% 0.52% -
HSV(B) 214.95º 0.88% 0.92% -
XYZ 21.63 18.52 81.03 -
YUV 102.97 202.51 75.24 -
System Red Green Blue C M Y K H S L
Decimal 29 115 235 0.88 0.51 0 0.08 214.95 0.84 0.52
Hex 1D 73 EB 58 33 0 8 D7 54 34
Octal 35 163 353 130 63 0 10 327 124 64
Binary 11101 1110011 11101011 1011000 110011 0 1000 11010111 1010100 110100

Color Harmonies of #1D73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D73EB

Black with #1D73EB

Text Example


Text Example

White with #1D73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,235); }

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

background-color css

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

 a { background-color: rgb(29,115,235); }

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

border-color css

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

 span { border-color: rgb(29,115,235); }

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