Html Css Color HEX #076EFC Dodger Blue

📋 copy color: '#076EFC'

red 7 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #076EFC

Tints of Dodger Blue #076EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 1.9%
G = 29.81%
B = 68.29%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#076EFC (or 0x076EFC) is known color: Dodger Blue. HEX triplet: 07, 6E and FC. RGB value is (7,110,252). Sum of RGB (Red+Green+Blue) = 7+110+252=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #076EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EFC is #F89103. Grayscale: #5E5E5E. Windows color (decimal): -16290052 or 16543239. OLE color: 16543239.

HSL color Cylindrical-coordinate representation of color #076EFC: hue angle of 214.78º 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 #076EFC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 110 252 -
CMYK 0.97 0.56 0 0.01
HSL 214.78º 0.98% 0.51% -
HSV(B) 214.78º 0.97% 0.99% -
XYZ 23.23 18.23 94.39 -
YUV 95.39 216.38 64.95 -
System Red Green Blue C M Y K H S L
Decimal 7 110 252 0.97 0.56 0 0.01 214.78 0.98 0.51
Hex 7 6E FC 61 38 0 1 D7 62 33
Octal 7 156 374 141 70 0 1 327 142 63
Binary 111 1101110 11111100 1100001 111000 0 1 11010111 1100010 110011

Color Harmonies of #076EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076EFC

Black with #076EFC

Text Example


Text Example

White with #076EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076EFC; }

 p { color: rgb(7,110,252); }

 H1.HeaderClassName
 {
   color: #076EFC;
 }
 .AnyTagClassName
 {
   color: #076EFC;
 }
</style>

background-color css

<style>
 a { background-color: #076EFC; }

 a { background-color: rgb(7,110,252); }

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

border-color css

<style>
 span { border-color: #076EFC; }

 span { border-color: rgb(7,110,252); }

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