Html Css Color HEX #1B7FEB Dodger Blue

📋 copy color: '#1B7FEB'

red 27 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #1B7FEB

Tints of Dodger Blue #1B7FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.41%

R = 6.94%
G = 32.65%
B = 60.41%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B7FEB (or 0x1B7FEB) is known color: Dodger Blue. HEX triplet: 1B, 7F and EB. RGB value is (27,127,235). Sum of RGB (Red+Green+Blue) = 27+127+235=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B7FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FEB is #E48014. Grayscale: #6C6C6C. Windows color (decimal): -14974997 or 15433499. OLE color: 15433499.

HSL color Cylindrical-coordinate representation of color #1B7FEB: hue angle of 211.15º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7FEB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 127 235 -
CMYK 0.89 0.46 0 0.08
HSL 211.15º 0.84% 0.51% -
HSV(B) 211.15º 0.89% 0.92% -
XYZ 23.04 21.41 81.52 -
YUV 109.41 198.87 69.22 -
System Red Green Blue C M Y K H S L
Decimal 27 127 235 0.89 0.46 0 0.08 211.15 0.84 0.51
Hex 1B 7F EB 59 2E 0 8 D3 54 33
Octal 33 177 353 131 56 0 10 323 124 63
Binary 11011 1111111 11101011 1011001 101110 0 1000 11010011 1010100 110011

Color Harmonies of #1B7FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FEB

Black with #1B7FEB

Text Example


Text Example

White with #1B7FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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