Html Css Color HEX #1D93EB Dodger Blue

📋 copy color: '#1D93EB'

red 29 ◦ green 147 ◦ blue 235

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

Shades of Dodger Blue #1D93EB

Tints of Dodger Blue #1D93EB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

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

R = 7.06%
G = 35.77%
B = 57.18%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D93EB (or 0x1D93EB) is known color: Dodger Blue. HEX triplet: 1D, 93 and EB. RGB value is (29,147,235). Sum of RGB (Red+Green+Blue) = 29+147+235=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D93EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D93EB is #E26C14. Grayscale: #797979. Windows color (decimal): -14838805 or 15438621. OLE color: 15438621.

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

Color convert

RGB 29 147 235 -
CMYK 0.88 0.37 0 0.08
HSL 205.63º 0.84% 0.52% -
HSV(B) 205.63º 0.88% 0.92% -
XYZ 25.94 27.13 82.47 -
YUV 121.75 191.91 61.84 -
System Red Green Blue C M Y K H S L
Decimal 29 147 235 0.88 0.37 0 0.08 205.63 0.84 0.52
Hex 1D 93 EB 58 25 0 8 CE 54 34
Octal 35 223 353 130 45 0 10 316 124 64
Binary 11101 10010011 11101011 1011000 100101 0 1000 11001110 1010100 110100

Color Harmonies of #1D93EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D93EB

Black with #1D93EB

Text Example


Text Example

White with #1D93EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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