Html Css Color HEX #1D85EB Dodger Blue

📋 copy color: '#1D85EB'

red 29 ◦ green 133 ◦ blue 235

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

Shades of Dodger Blue #1D85EB

Tints of Dodger Blue #1D85EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 7.3%
G = 33.5%
B = 59.19%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D85EB (or 0x1D85EB) is known color: Dodger Blue. HEX triplet: 1D, 85 and EB. RGB value is (29,133,235). Sum of RGB (Red+Green+Blue) = 29+133+235=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D85EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D85EB is #E27A14. Grayscale: #717171. Windows color (decimal): -14842389 or 15435037. OLE color: 15435037.

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

Color convert

RGB 29 133 235 -
CMYK 0.88 0.43 0 0.08
HSL 209.71º 0.84% 0.52% -
HSV(B) 209.71º 0.88% 0.92% -
XYZ 23.89 23.03 81.78 -
YUV 113.53 196.54 67.71 -
System Red Green Blue C M Y K H S L
Decimal 29 133 235 0.88 0.43 0 0.08 209.71 0.84 0.52
Hex 1D 85 EB 58 2B 0 8 D2 54 34
Octal 35 205 353 130 53 0 10 322 124 64
Binary 11101 10000101 11101011 1011000 101011 0 1000 11010010 1010100 110100

Color Harmonies of #1D85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D85EB

Black with #1D85EB

Text Example


Text Example

White with #1D85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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