Html Css Color HEX #077AFF Dodger Blue

📋 copy color: '#077AFF'

red 7 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #077AFF

Tints of Dodger Blue #077AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 1.82%
G = 31.77%
B = 66.41%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#077AFF (or 0x077AFF) is known color: Dodger Blue. HEX triplet: 07, 7A and FF. RGB value is (7,122,255). Sum of RGB (Red+Green+Blue) = 7+122+255=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #077AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077AFF is #F88500. Grayscale: #666666. Windows color (decimal): -16286977 or 16742919. OLE color: 16742919.

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

Color convert

RGB 7 122 255 -
CMYK 0.97 0.52 0 0
HSL 212.18º 1% 0.51% -
HSV(B) 212.18º 0.97% 1% -
XYZ 25.1 21.18 97.37 -
YUV 102.78 213.9 59.69 -
System Red Green Blue C M Y K H S L
Decimal 7 122 255 0.97 0.52 0 0 212.18 1 0.51
Hex 7 7A FF 61 34 0 0 D4 64 33
Octal 7 172 377 141 64 0 0 324 144 63
Binary 111 1111010 11111111 1100001 110100 0 0 11010100 1100100 110011

Color Harmonies of #077AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077AFF

Black with #077AFF

Text Example


Text Example

White with #077AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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