Html Css Color HEX #1B7DDD Dodger Blue

📋 copy color: '#1B7DDD'

red 27 ◦ green 125 ◦ blue 221

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

Shades of Dodger Blue #1B7DDD

Tints of Dodger Blue #1B7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

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

R = 7.24%
G = 33.51%
B = 59.25%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B7DDD (or 0x1B7DDD) is known color: Dodger Blue. HEX triplet: 1B, 7D and DD. RGB value is (27,125,221). Sum of RGB (Red+Green+Blue) = 27+125+221=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B7DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7DDD is #E48222. Grayscale: #6A6A6A. Windows color (decimal): -14975523 or 14515483. OLE color: 14515483.

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

Color convert

RGB 27 125 221 -
CMYK 0.88 0.43 0 0.13
HSL 209.69º 0.78% 0.49% -
HSV(B) 209.69º 0.88% 0.87% -
XYZ 20.84 20.12 71.19 -
YUV 106.64 192.53 71.19 -
System Red Green Blue C M Y K H S L
Decimal 27 125 221 0.88 0.43 0 0.13 209.69 0.78 0.49
Hex 1B 7D DD 58 2B 0 D D2 4E 31
Octal 33 175 335 130 53 0 15 322 116 61
Binary 11011 1111101 11011101 1011000 101011 0 1101 11010010 1001110 110001

Color Harmonies of #1B7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7DDD

Black with #1B7DDD

Text Example


Text Example

White with #1B7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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