Html Css Color HEX #077FFB Dodger Blue

📋 copy color: '#077FFB'

red 7 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #077FFB

Tints of Dodger Blue #077FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

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

R = 1.82%
G = 32.99%
B = 65.19%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#077FFB (or 0x077FFB) is known color: Dodger Blue. HEX triplet: 07, 7F and FB. RGB value is (7,127,251). Sum of RGB (Red+Green+Blue) = 7+127+251=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #077FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077FFB is #F88004. Grayscale: #686868. Windows color (decimal): -16285701 or 16482055. OLE color: 16482055.

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

Color convert

RGB 7 127 251 -
CMYK 0.97 0.49 0 0.02
HSL 210.49º 0.97% 0.51% -
HSV(B) 210.49º 0.97% 0.98% -
XYZ 25.09 22.19 94.23 -
YUV 105.26 210.24 57.92 -
System Red Green Blue C M Y K H S L
Decimal 7 127 251 0.97 0.49 0 0.02 210.49 0.97 0.51
Hex 7 7F FB 61 31 0 2 D2 61 33
Octal 7 177 373 141 61 0 2 322 141 63
Binary 111 1111111 11111011 1100001 110001 0 10 11010010 1100001 110011

Color Harmonies of #077FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FFB

Black with #077FFB

Text Example


Text Example

White with #077FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077FFB; }

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

 H1.HeaderClassName
 {
   color: #077FFB;
 }
 .AnyTagClassName
 {
   color: #077FFB;
 }
</style>

background-color css

<style>
 a { background-color: #077FFB; }

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

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

border-color css

<style>
 span { border-color: #077FFB; }

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

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