Html Css Color HEX #076CFC Dodger Blue

📋 copy color: '#076CFC'

red 7 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #076CFC

Tints of Dodger Blue #076CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

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

R = 1.91%
G = 29.43%
B = 68.66%

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

#076CFC (or 0x076CFC) is known color: Dodger Blue. HEX triplet: 07, 6C and FC. RGB value is (7,108,252). Sum of RGB (Red+Green+Blue) = 7+108+252=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #076CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CFC is #F89303. Grayscale: #5D5D5D. Windows color (decimal): -16290564 or 16542727. OLE color: 16542727.

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

Color convert

RGB 7 108 252 -
CMYK 0.97 0.57 0 0.01
HSL 215.27º 0.98% 0.51% -
HSV(B) 215.27º 0.97% 0.99% -
XYZ 23.02 17.8 94.32 -
YUV 94.22 217.04 65.79 -
System Red Green Blue C M Y K H S L
Decimal 7 108 252 0.97 0.57 0 0.01 215.27 0.98 0.51
Hex 7 6C FC 61 39 0 1 D7 62 33
Octal 7 154 374 141 71 0 1 327 142 63
Binary 111 1101100 11111100 1100001 111001 0 1 11010111 1100010 110011

Color Harmonies of #076CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CFC

Black with #076CFC

Text Example


Text Example

White with #076CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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