Html Css Color HEX #0B77FF Dodger Blue

📋 copy color: '#0B77FF'

red 11 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #0B77FF

Tints of Dodger Blue #0B77FF

RGB

 RED value IS 11 (4.69% from 255) = 2.86%

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

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

R = 2.86%
G = 30.91%
B = 66.23%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B77FF (or 0x0B77FF) is known color: Dodger Blue. HEX triplet: 0B, 77 and FF. RGB value is (11,119,255). Sum of RGB (Red+Green+Blue) = 11+119+255=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B77FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B77FF is #F48800. Grayscale: #656565. Windows color (decimal): -16025601 or 16742155. OLE color: 16742155.

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

Color convert

RGB 11 119 255 -
CMYK 0.96 0.53 0 0
HSL 213.44º 1% 0.52% -
HSV(B) 213.44º 0.96% 1% -
XYZ 24.78 20.48 97.26 -
YUV 102.21 214.22 62.94 -
System Red Green Blue C M Y K H S L
Decimal 11 119 255 0.96 0.53 0 0 213.44 1 0.52
Hex B 77 FF 60 35 0 0 D5 64 34
Octal 13 167 377 140 65 0 0 325 144 64
Binary 1011 1110111 11111111 1100000 110101 0 0 11010101 1100100 110100

Color Harmonies of #0B77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B77FF

Black with #0B77FF

Text Example


Text Example

White with #0B77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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