Html Css Color HEX #076DFC Dodger Blue

📋 copy color: '#076DFC'

red 7 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #076DFC

Tints of Dodger Blue #076DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

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

R = 1.9%
G = 29.62%
B = 68.48%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#076DFC (or 0x076DFC) is known color: Dodger Blue. HEX triplet: 07, 6D and FC. RGB value is (7,109,252). Sum of RGB (Red+Green+Blue) = 7+109+252=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #076DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076DFC is #F89203. Grayscale: #5E5E5E. Windows color (decimal): -16290308 or 16542983. OLE color: 16542983.

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

Color convert

RGB 7 109 252 -
CMYK 0.97 0.57 0 0.01
HSL 215.02º 0.98% 0.51% -
HSV(B) 215.02º 0.97% 0.99% -
XYZ 23.13 18.01 94.35 -
YUV 94.8 216.71 65.37 -
System Red Green Blue C M Y K H S L
Decimal 7 109 252 0.97 0.57 0 0.01 215.02 0.98 0.51
Hex 7 6D FC 61 39 0 1 D7 62 33
Octal 7 155 374 141 71 0 1 327 142 63
Binary 111 1101101 11111100 1100001 111001 0 1 11010111 1100010 110011

Color Harmonies of #076DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DFC

Black with #076DFC

Text Example


Text Example

White with #076DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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