Html Css Color HEX #077BFE Dodger Blue

📋 copy color: '#077BFE'

red 7 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #077BFE

Tints of Dodger Blue #077BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 1.82%
G = 32.03%
B = 66.15%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#077BFE (or 0x077BFE) is known color: Dodger Blue. HEX triplet: 07, 7B and FE. RGB value is (7,123,254). Sum of RGB (Red+Green+Blue) = 7+123+254=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #077BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BFE is #F88401. Grayscale: #666666. Windows color (decimal): -16286722 or 16677639. OLE color: 16677639.

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

Color convert

RGB 7 123 254 -
CMYK 0.97 0.52 0 0.00
HSL 211.82º 0.99% 0.51% -
HSV(B) 211.82º 0.97% 1% -
XYZ 25.06 21.37 96.57 -
YUV 103.25 213.07 59.35 -
System Red Green Blue C M Y K H S L
Decimal 7 123 254 0.97 0.52 0 0.00 211.82 0.99 0.51
Hex 7 7B FE 61 34 0 0 D4 63 33
Octal 7 173 376 141 64 0 0 324 143 63
Binary 111 1111011 11111110 1100001 110100 0 0 11010100 1100011 110011

Color Harmonies of #077BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BFE

Black with #077BFE

Text Example


Text Example

White with #077BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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