Html Css Color HEX #1B7FDF Dodger Blue

📋 copy color: '#1B7FDF'

red 27 ◦ green 127 ◦ blue 223

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

Shades of Dodger Blue #1B7FDF

Tints of Dodger Blue #1B7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 7.16%
G = 33.69%
B = 59.15%

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

#1B7FDF (or 0x1B7FDF) is known color: Dodger Blue. HEX triplet: 1B, 7F and DF. RGB value is (27,127,223). Sum of RGB (Red+Green+Blue) = 27+127+223=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B7FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7FDF is #E48020. Grayscale: #6B6B6B. Windows color (decimal): -14975009 or 14647067. OLE color: 14647067.

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

Color convert

RGB 27 127 223 -
CMYK 0.88 0.43 0 0.13
HSL 209.39º 0.78% 0.49% -
HSV(B) 209.39º 0.88% 0.87% -
XYZ 21.36 20.74 72.69 -
YUV 108.04 192.87 70.19 -
System Red Green Blue C M Y K H S L
Decimal 27 127 223 0.88 0.43 0 0.13 209.39 0.78 0.49
Hex 1B 7F DF 58 2B 0 D D1 4E 31
Octal 33 177 337 130 53 0 15 321 116 61
Binary 11011 1111111 11011111 1011000 101011 0 1101 11010001 1001110 110001

Color Harmonies of #1B7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FDF

Black with #1B7FDF

Text Example


Text Example

White with #1B7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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