Html Css Color HEX #077AFE Dodger Blue

📋 copy color: '#077AFE'

red 7 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #077AFE

Tints of Dodger Blue #077AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 1.83%
G = 31.85%
B = 66.32%

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

#077AFE (or 0x077AFE) is known color: Dodger Blue. HEX triplet: 07, 7A and FE. RGB value is (7,122,254). Sum of RGB (Red+Green+Blue) = 7+122+254=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #077AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077AFE is #F88501. Grayscale: #666666. Windows color (decimal): -16286978 or 16677383. OLE color: 16677383.

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

Color convert

RGB 7 122 254 -
CMYK 0.97 0.52 0 0.00
HSL 212.06º 0.99% 0.51% -
HSV(B) 212.06º 0.97% 1% -
XYZ 24.94 21.12 96.53 -
YUV 102.66 213.4 59.77 -
System Red Green Blue C M Y K H S L
Decimal 7 122 254 0.97 0.52 0 0.00 212.06 0.99 0.51
Hex 7 7A FE 61 34 0 0 D4 63 33
Octal 7 172 376 141 64 0 0 324 143 63
Binary 111 1111010 11111110 1100001 110100 0 0 11010100 1100011 110011

Color Harmonies of #077AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077AFE

Black with #077AFE

Text Example


Text Example

White with #077AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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