Html Css Color HEX #1D83EB Dodger Blue

📋 copy color: '#1D83EB'

red 29 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #1D83EB

Tints of Dodger Blue #1D83EB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 7.34%
G = 33.16%
B = 59.49%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D83EB (or 0x1D83EB) is known color: Dodger Blue. HEX triplet: 1D, 83 and EB. RGB value is (29,131,235). Sum of RGB (Red+Green+Blue) = 29+131+235=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D83EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D83EB is #E27C14. Grayscale: #6F6F6F. Windows color (decimal): -14842901 or 15434525. OLE color: 15434525.

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

Color convert

RGB 29 131 235 -
CMYK 0.88 0.44 0 0.08
HSL 210.29º 0.84% 0.52% -
HSV(B) 210.29º 0.88% 0.92% -
XYZ 23.62 22.49 81.69 -
YUV 112.36 197.21 68.54 -
System Red Green Blue C M Y K H S L
Decimal 29 131 235 0.88 0.44 0 0.08 210.29 0.84 0.52
Hex 1D 83 EB 58 2C 0 8 D2 54 34
Octal 35 203 353 130 54 0 10 322 124 64
Binary 11101 10000011 11101011 1011000 101100 0 1000 11010010 1010100 110100

Color Harmonies of #1D83EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D83EB

Black with #1D83EB

Text Example


Text Example

White with #1D83EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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