Html Css Color HEX #0771FB Dodger Blue

📋 copy color: '#0771FB'

red 7 ◦ green 113 ◦ blue 251

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

Shades of Dodger Blue #0771FB

Tints of Dodger Blue #0771FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

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

R = 1.89%
G = 30.46%
B = 67.65%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0771FB (or 0x0771FB) is known color: Dodger Blue. HEX triplet: 07, 71 and FB. RGB value is (7,113,251). Sum of RGB (Red+Green+Blue) = 7+113+251=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0771FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0771FB is #F88E04. Grayscale: #606060. Windows color (decimal): -16289285 or 16478471. OLE color: 16478471.

HSL color Cylindrical-coordinate representation of color #0771FB: hue angle of 213.93º 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 #0771FB is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 113 251 -
CMYK 0.97 0.55 0 0.02
HSL 213.93º 0.97% 0.51% -
HSV(B) 213.93º 0.97% 0.98% -
XYZ 23.41 18.82 93.67 -
YUV 97.04 214.88 63.78 -
System Red Green Blue C M Y K H S L
Decimal 7 113 251 0.97 0.55 0 0.02 213.93 0.97 0.51
Hex 7 71 FB 61 37 0 2 D6 61 33
Octal 7 161 373 141 67 0 2 326 141 63
Binary 111 1110001 11111011 1100001 110111 0 10 11010110 1100001 110011

Color Harmonies of #0771FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0771FB

Black with #0771FB

Text Example


Text Example

White with #0771FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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