Html Css Color HEX #1B7EFB Dodger Blue

📋 copy color: '#1B7EFB'

red 27 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #1B7EFB

Tints of Dodger Blue #1B7EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.13%

R = 6.68%
G = 31.19%
B = 62.13%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B7EFB (or 0x1B7EFB) is known color: Dodger Blue. HEX triplet: 1B, 7E and FB. RGB value is (27,126,251). Sum of RGB (Red+Green+Blue) = 27+126+251=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B7EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7EFB is #E48104. Grayscale: #6E6E6E. Windows color (decimal): -14975237 or 16481819. OLE color: 16481819.

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

Color convert

RGB 27 126 251 -
CMYK 0.89 0.50 0 0.02
HSL 213.48º 0.97% 0.55% -
HSV(B) 213.48º 0.89% 0.98% -
XYZ 25.33 22.12 94.2 -
YUV 110.65 207.2 68.34 -
System Red Green Blue C M Y K H S L
Decimal 27 126 251 0.89 0.50 0 0.02 213.48 0.97 0.55
Hex 1B 7E FB 59 32 0 2 D5 61 37
Octal 33 176 373 131 62 0 2 325 141 67
Binary 11011 1111110 11111011 1011001 110010 0 10 11010101 1100001 110111

Color Harmonies of #1B7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7EFB

Black with #1B7EFB

Text Example


Text Example

White with #1B7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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