Html Css Color HEX #1B77EB Dodger Blue

📋 copy color: '#1B77EB'

red 27 ◦ green 119 ◦ blue 235

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

Shades of Dodger Blue #1B77EB

Tints of Dodger Blue #1B77EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

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

R = 7.09%
G = 31.23%
B = 61.68%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B77EB (or 0x1B77EB) is known color: Dodger Blue. HEX triplet: 1B, 77 and EB. RGB value is (27,119,235). Sum of RGB (Red+Green+Blue) = 27+119+235=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B77EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B77EB is #E48814. Grayscale: #686868. Windows color (decimal): -14977045 or 15431451. OLE color: 15431451.

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

Color convert

RGB 27 119 235 -
CMYK 0.89 0.49 0 0.08
HSL 213.46º 0.84% 0.51% -
HSV(B) 213.46º 0.89% 0.92% -
XYZ 22.04 19.42 81.18 -
YUV 104.72 201.52 72.57 -
System Red Green Blue C M Y K H S L
Decimal 27 119 235 0.89 0.49 0 0.08 213.46 0.84 0.51
Hex 1B 77 EB 59 31 0 8 D5 54 33
Octal 33 167 353 131 61 0 10 325 124 63
Binary 11011 1110111 11101011 1011001 110001 0 1000 11010101 1010100 110011

Color Harmonies of #1B77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B77EB

Black with #1B77EB

Text Example


Text Example

White with #1B77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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