Html Css Color HEX #077FFE Dodger Blue

📋 copy color: '#077FFE'

red 7 ◦ green 127 ◦ blue 254

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

Shades of Dodger Blue #077FFE

Tints of Dodger Blue #077FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.46%

R = 1.8%
G = 32.73%
B = 65.46%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#077FFE (or 0x077FFE) is known color: Dodger Blue. HEX triplet: 07, 7F and FE. RGB value is (7,127,254). Sum of RGB (Red+Green+Blue) = 7+127+254=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #077FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077FFE is #F88001. Grayscale: #686868. Windows color (decimal): -16285698 or 16678663. OLE color: 16678663.

HSL color Cylindrical-coordinate representation of color #077FFE: hue angle of 210.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FFE is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 127 254 -
CMYK 0.97 0.50 0 0.00
HSL 210.85º 0.99% 0.51% -
HSV(B) 210.85º 0.97% 1% -
XYZ 25.57 22.38 96.74 -
YUV 105.6 211.74 57.67 -
System Red Green Blue C M Y K H S L
Decimal 7 127 254 0.97 0.50 0 0.00 210.85 0.99 0.51
Hex 7 7F FE 61 32 0 0 D3 63 33
Octal 7 177 376 141 62 0 0 323 143 63
Binary 111 1111111 11111110 1100001 110010 0 0 11010011 1100011 110011

Color Harmonies of #077FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FFE

Black with #077FFE

Text Example


Text Example

White with #077FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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