Html Css Color HEX #077CFD Dodger Blue

📋 copy color: '#077CFD'

red 7 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #077CFD

Tints of Dodger Blue #077CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 1.82%
G = 32.29%
B = 65.89%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#077CFD (or 0x077CFD) is known color: Dodger Blue. HEX triplet: 07, 7C and FD. RGB value is (7,124,253). Sum of RGB (Red+Green+Blue) = 7+124+253=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #077CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077CFD is #F88302. Grayscale: #676767. Windows color (decimal): -16286467 or 16612359. OLE color: 16612359.

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

Color convert

RGB 7 124 253 -
CMYK 0.97 0.51 0 0.01
HSL 211.46º 0.98% 0.51% -
HSV(B) 211.46º 0.97% 0.99% -
XYZ 25.02 21.55 95.77 -
YUV 103.72 212.24 59.01 -
System Red Green Blue C M Y K H S L
Decimal 7 124 253 0.97 0.51 0 0.01 211.46 0.98 0.51
Hex 7 7C FD 61 33 0 1 D3 62 33
Octal 7 174 375 141 63 0 1 323 142 63
Binary 111 1111100 11111101 1100001 110011 0 1 11010011 1100010 110011

Color Harmonies of #077CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CFD

Black with #077CFD

Text Example


Text Example

White with #077CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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