Html Css Color HEX #076EFA Dodger Blue

📋 copy color: '#076EFA'

red 7 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #076EFA

Tints of Dodger Blue #076EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 1.91%
G = 29.97%
B = 68.12%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#076EFA (or 0x076EFA) is known color: Dodger Blue. HEX triplet: 07, 6E and FA. RGB value is (7,110,250). Sum of RGB (Red+Green+Blue) = 7+110+250=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #076EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EFA is #F89105. Grayscale: #5E5E5E. Windows color (decimal): -16290054 or 16412167. OLE color: 16412167.

HSL color Cylindrical-coordinate representation of color #076EFA: hue angle of 214.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076EFA is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 110 250 -
CMYK 0.97 0.56 0 0.02
HSL 214.57º 0.96% 0.5% -
HSV(B) 214.57º 0.97% 0.98% -
XYZ 22.92 18.1 92.73 -
YUV 95.16 215.38 65.12 -
System Red Green Blue C M Y K H S L
Decimal 7 110 250 0.97 0.56 0 0.02 214.57 0.96 0.5
Hex 7 6E FA 61 38 0 2 D7 60 32
Octal 7 156 372 141 70 0 2 327 140 62
Binary 111 1101110 11111010 1100001 111000 0 10 11010111 1100000 110010

Color Harmonies of #076EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076EFA

Black with #076EFA

Text Example


Text Example

White with #076EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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