Html Css Color HEX #1B7FFF Dodger Blue

📋 copy color: '#1B7FFF'

red 27 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #1B7FFF

Tints of Dodger Blue #1B7FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.35%

R = 6.6%
G = 31.05%
B = 62.35%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B7FFF (or 0x1B7FFF) is known color: Dodger Blue. HEX triplet: 1B, 7F and FF. RGB value is (27,127,255). Sum of RGB (Red+Green+Blue) = 27+127+255=409 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.60% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B7FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FFF is #E48000. Grayscale: #6F6F6F. Windows color (decimal): -14974977 or 16744219. OLE color: 16744219.

HSL color Cylindrical-coordinate representation of color #1B7FFF: hue angle of 213.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7FFF is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 127 255 -
CMYK 0.89 0.50 0 0
HSL 213.68º 1% 0.55% -
HSV(B) 213.68º 0.89% 1% -
XYZ 26.09 22.63 97.6 -
YUV 111.69 208.87 67.59 -
System Red Green Blue C M Y K H S L
Decimal 27 127 255 0.89 0.50 0 0 213.68 1 0.55
Hex 1B 7F FF 59 32 0 0 D6 64 37
Octal 33 177 377 131 62 0 0 326 144 67
Binary 11011 1111111 11111111 1011001 110010 0 0 11010110 1100100 110111

Color Harmonies of #1B7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FFF

Black with #1B7FFF

Text Example


Text Example

White with #1B7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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