Html Css Color HEX #076FFA Dodger Blue

📋 copy color: '#076FFA'

red 7 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #076FFA

Tints of Dodger Blue #076FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

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

R = 1.9%
G = 30.16%
B = 67.93%

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

#076FFA (or 0x076FFA) is known color: Dodger Blue. HEX triplet: 07, 6F and FA. RGB value is (7,111,250). Sum of RGB (Red+Green+Blue) = 7+111+250=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #076FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076FFA is #F89005. Grayscale: #5F5F5F. Windows color (decimal): -16289798 or 16412423. OLE color: 16412423.

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

Color convert

RGB 7 111 250 -
CMYK 0.97 0.56 0 0.02
HSL 214.32º 0.96% 0.5% -
HSV(B) 214.32º 0.97% 0.98% -
XYZ 23.03 18.32 92.76 -
YUV 95.75 215.04 64.7 -
System Red Green Blue C M Y K H S L
Decimal 7 111 250 0.97 0.56 0 0.02 214.32 0.96 0.5
Hex 7 6F FA 61 38 0 2 D6 60 32
Octal 7 157 372 141 70 0 2 326 140 62
Binary 111 1101111 11111010 1100001 111000 0 10 11010110 1100000 110010

Color Harmonies of #076FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FFA

Black with #076FFA

Text Example


Text Example

White with #076FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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