Html Css Color HEX #1B83DD Dodger Blue

📋 copy color: '#1B83DD'

red 27 ◦ green 131 ◦ blue 221

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

Shades of Dodger Blue #1B83DD

Tints of Dodger Blue #1B83DD

RGB

 RED value IS 27 (10.94% from 255) = 7.12%

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 7.12%
G = 34.56%
B = 58.31%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B83DD (or 0x1B83DD) is known color: Dodger Blue. HEX triplet: 1B, 83 and DD. RGB value is (27,131,221). Sum of RGB (Red+Green+Blue) = 27+131+221=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B83DD is #E47C22. Grayscale: #6D6D6D. Windows color (decimal): -14973987 or 14517019. OLE color: 14517019.

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

Color convert

RGB 27 131 221 -
CMYK 0.88 0.41 0 0.13
HSL 207.84º 0.78% 0.49% -
HSV(B) 207.84º 0.88% 0.87% -
XYZ 21.62 21.69 71.45 -
YUV 110.16 190.54 68.68 -
System Red Green Blue C M Y K H S L
Decimal 27 131 221 0.88 0.41 0 0.13 207.84 0.78 0.49
Hex 1B 83 DD 58 29 0 D D0 4E 31
Octal 33 203 335 130 51 0 15 320 116 61
Binary 11011 10000011 11011101 1011000 101001 0 1101 11010000 1001110 110001

Color Harmonies of #1B83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B83DD

Black with #1B83DD

Text Example


Text Example

White with #1B83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,131,221); }

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

background-color css

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

 a { background-color: rgb(27,131,221); }

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

border-color css

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

 span { border-color: rgb(27,131,221); }

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