Html Css Color HEX #077CF4 Dodger Blue

📋 copy color: '#077CF4'

red 7 ◦ green 124 ◦ blue 244

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

Shades of Dodger Blue #077CF4

Tints of Dodger Blue #077CF4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

 BLUE value IS 244 (95.7% from 255) = 65.07%

R = 1.87%
G = 33.07%
B = 65.07%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#077CF4 (or 0x077CF4) is known color: Dodger Blue. HEX triplet: 07, 7C and F4. RGB value is (7,124,244). Sum of RGB (Red+Green+Blue) = 7+124+244=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 244 (95.70% from 255 or 65.07% from 375); Max value from RGB is 244 - color contains mainly: blue. Hex color #077CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077CF4 is #F8830B. Grayscale: #666666. Windows color (decimal): -16286476 or 16022535. OLE color: 16022535.

HSL color Cylindrical-coordinate representation of color #077CF4: hue angle of 210.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077CF4 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 124 244 -
CMYK 0.97 0.49 0 0.04
HSL 210.38º 0.94% 0.49% -
HSV(B) 210.38º 0.97% 0.96% -
XYZ 23.62 20.99 88.39 -
YUV 102.7 207.74 59.74 -
System Red Green Blue C M Y K H S L
Decimal 7 124 244 0.97 0.49 0 0.04 210.38 0.94 0.49
Hex 7 7C F4 61 31 0 4 D2 5E 31
Octal 7 174 364 141 61 0 4 322 136 61
Binary 111 1111100 11110100 1100001 110001 0 100 11010010 1011110 110001

Color Harmonies of #077CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CF4

Black with #077CF4

Text Example


Text Example

White with #077CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,124,244); }

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

background-color css

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

 a { background-color: rgb(7,124,244); }

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

border-color css

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

 span { border-color: rgb(7,124,244); }

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