Html Css Color HEX #1B76EB Dodger Blue

📋 copy color: '#1B76EB'

red 27 ◦ green 118 ◦ blue 235

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

Shades of Dodger Blue #1B76EB

Tints of Dodger Blue #1B76EB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 7.11%
G = 31.05%
B = 61.84%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B76EB (or 0x1B76EB) is known color: Dodger Blue. HEX triplet: 1B, 76 and EB. RGB value is (27,118,235). Sum of RGB (Red+Green+Blue) = 27+118+235=380 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.11% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B76EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B76EB is #E48914. Grayscale: #676767. Windows color (decimal): -14977301 or 15431195. OLE color: 15431195.

HSL color Cylindrical-coordinate representation of color #1B76EB: hue angle of 213.75º 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 #1B76EB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 118 235 -
CMYK 0.89 0.50 0 0.08
HSL 213.75º 0.84% 0.51% -
HSV(B) 213.75º 0.89% 0.92% -
XYZ 21.93 19.19 81.15 -
YUV 104.13 201.85 72.99 -
System Red Green Blue C M Y K H S L
Decimal 27 118 235 0.89 0.50 0 0.08 213.75 0.84 0.51
Hex 1B 76 EB 59 32 0 8 D6 54 33
Octal 33 166 353 131 62 0 10 326 124 63
Binary 11011 1110110 11101011 1011001 110010 0 1000 11010110 1010100 110011

Color Harmonies of #1B76EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B76EB

Black with #1B76EB

Text Example


Text Example

White with #1B76EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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