Html Css Color HEX #1B7FDD Dodger Blue

📋 copy color: '#1B7FDD'

red 27 ◦ green 127 ◦ blue 221

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

Shades of Dodger Blue #1B7FDD

Tints of Dodger Blue #1B7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

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

R = 7.2%
G = 33.87%
B = 58.93%

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

#1B7FDD (or 0x1B7FDD) is known color: Dodger Blue. HEX triplet: 1B, 7F and DD. RGB value is (27,127,221). Sum of RGB (Red+Green+Blue) = 27+127+221=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B7FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7FDD is #E48022. Grayscale: #6B6B6B. Windows color (decimal): -14975011 or 14515995. OLE color: 14515995.

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

Color convert

RGB 27 127 221 -
CMYK 0.88 0.43 0 0.13
HSL 209.07º 0.78% 0.49% -
HSV(B) 209.07º 0.88% 0.87% -
XYZ 21.09 20.63 71.28 -
YUV 107.82 191.87 70.36 -
System Red Green Blue C M Y K H S L
Decimal 27 127 221 0.88 0.43 0 0.13 209.07 0.78 0.49
Hex 1B 7F DD 58 2B 0 D D1 4E 31
Octal 33 177 335 130 53 0 15 321 116 61
Binary 11011 1111111 11011101 1011000 101011 0 1101 11010001 1001110 110001

Color Harmonies of #1B7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FDD

Black with #1B7FDD

Text Example


Text Example

White with #1B7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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