Html Css Color HEX #1B77FF Dodger Blue

📋 copy color: '#1B77FF'

red 27 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #1B77FF

Tints of Dodger Blue #1B77FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.59%

R = 6.73%
G = 29.68%
B = 63.59%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B77FF (or 0x1B77FF) is known color: Dodger Blue. HEX triplet: 1B, 77 and FF. RGB value is (27,119,255). Sum of RGB (Red+Green+Blue) = 27+119+255=401 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.73% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B77FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B77FF is #E48800. Grayscale: #6A6A6A. Windows color (decimal): -14977025 or 16742171. OLE color: 16742171.

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

Color convert

RGB 27 119 255 -
CMYK 0.89 0.53 0 0
HSL 215.79º 1% 0.55% -
HSV(B) 215.79º 0.89% 1% -
XYZ 25.1 20.65 97.27 -
YUV 107 211.52 70.94 -
System Red Green Blue C M Y K H S L
Decimal 27 119 255 0.89 0.53 0 0 215.79 1 0.55
Hex 1B 77 FF 59 35 0 0 D8 64 37
Octal 33 167 377 131 65 0 0 330 144 67
Binary 11011 1110111 11111111 1011001 110101 0 0 11011000 1100100 110111

Color Harmonies of #1B77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B77FF

Black with #1B77FF

Text Example


Text Example

White with #1B77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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