Html Css Color HEX #076BFA Dodger Blue

📋 copy color: '#076BFA'

red 7 ◦ green 107 ◦ blue 250

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

Shades of Dodger Blue #076BFA

Tints of Dodger Blue #076BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 1.92%
G = 29.4%
B = 68.68%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#076BFA (or 0x076BFA) is known color: Dodger Blue. HEX triplet: 07, 6B and FA. RGB value is (7,107,250). Sum of RGB (Red+Green+Blue) = 7+107+250=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #076BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076BFA is #F89405. Grayscale: #5C5C5C. Windows color (decimal): -16290822 or 16411399. OLE color: 16411399.

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

Color convert

RGB 7 107 250 -
CMYK 0.97 0.57 0 0.02
HSL 215.31º 0.96% 0.5% -
HSV(B) 215.31º 0.97% 0.98% -
XYZ 22.6 17.46 92.62 -
YUV 93.4 216.37 66.37 -
System Red Green Blue C M Y K H S L
Decimal 7 107 250 0.97 0.57 0 0.02 215.31 0.96 0.5
Hex 7 6B FA 61 39 0 2 D7 60 32
Octal 7 153 372 141 71 0 2 327 140 62
Binary 111 1101011 11111010 1100001 111001 0 10 11010111 1100000 110010

Color Harmonies of #076BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BFA

Black with #076BFA

Text Example


Text Example

White with #076BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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