Html Css Color HEX #1B7EFE Dodger Blue

📋 copy color: '#1B7EFE'

red 27 ◦ green 126 ◦ blue 254

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

Shades of Dodger Blue #1B7EFE

Tints of Dodger Blue #1B7EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 254 (99.61% from 255) = 62.41%

R = 6.63%
G = 30.96%
B = 62.41%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1B7EFE (or 0x1B7EFE) is known color: Dodger Blue. HEX triplet: 1B, 7E and FE. RGB value is (27,126,254). Sum of RGB (Red+Green+Blue) = 27+126+254=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B7EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7EFE is #E48101. Grayscale: #6E6E6E. Windows color (decimal): -14975234 or 16678427. OLE color: 16678427.

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

Color convert

RGB 27 126 254 -
CMYK 0.89 0.50 0 0.00
HSL 213.83º 0.99% 0.55% -
HSV(B) 213.83º 0.89% 1% -
XYZ 25.8 22.31 96.71 -
YUV 110.99 208.7 68.09 -
System Red Green Blue C M Y K H S L
Decimal 27 126 254 0.89 0.50 0 0.00 213.83 0.99 0.55
Hex 1B 7E FE 59 32 0 0 D6 63 37
Octal 33 176 376 131 62 0 0 326 143 67
Binary 11011 1111110 11111110 1011001 110010 0 0 11010110 1100011 110111

Color Harmonies of #1B7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7EFE

Black with #1B7EFE

Text Example


Text Example

White with #1B7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,126,254); }

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

background-color css

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

 a { background-color: rgb(27,126,254); }

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

border-color css

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

 span { border-color: rgb(27,126,254); }

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