Html Css Color HEX #0777FB Dodger Blue

📋 copy color: '#0777FB'

red 7 ◦ green 119 ◦ blue 251

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

Shades of Dodger Blue #0777FB

Tints of Dodger Blue #0777FB

RGB

 RED value IS 7 (3.13% from 255) = 1.86%

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

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 1.86%
G = 31.56%
B = 66.58%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0777FB (or 0x0777FB) is known color: Dodger Blue. HEX triplet: 07, 77 and FB. RGB value is (7,119,251). Sum of RGB (Red+Green+Blue) = 7+119+251=377 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #0777FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0777FB is #F88804. Grayscale: #636363. Windows color (decimal): -16287749 or 16480007. OLE color: 16480007.

HSL color Cylindrical-coordinate representation of color #0777FB: hue angle of 212.46º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0777FB is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 119 251 -
CMYK 0.97 0.53 0 0.02
HSL 212.46º 0.97% 0.51% -
HSV(B) 212.46º 0.97% 0.98% -
XYZ 24.1 20.2 93.9 -
YUV 100.56 212.89 61.27 -
System Red Green Blue C M Y K H S L
Decimal 7 119 251 0.97 0.53 0 0.02 212.46 0.97 0.51
Hex 7 77 FB 61 35 0 2 D4 61 33
Octal 7 167 373 141 65 0 2 324 141 63
Binary 111 1110111 11111011 1100001 110101 0 10 11010100 1100001 110011

Color Harmonies of #0777FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777FB

Black with #0777FB

Text Example


Text Example

White with #0777FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0777FB; }

 p { color: rgb(7,119,251); }

 H1.HeaderClassName
 {
   color: #0777FB;
 }
 .AnyTagClassName
 {
   color: #0777FB;
 }
</style>

background-color css

<style>
 a { background-color: #0777FB; }

 a { background-color: rgb(7,119,251); }

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

border-color css

<style>
 span { border-color: #0777FB; }

 span { border-color: rgb(7,119,251); }

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