Html Css Color HEX #076FFB Dodger Blue

📋 copy color: '#076FFB'

red 7 ◦ green 111 ◦ blue 251

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

Shades of Dodger Blue #076FFB

Tints of Dodger Blue #076FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.02%

R = 1.9%
G = 30.08%
B = 68.02%

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

#076FFB (or 0x076FFB) is known color: Dodger Blue. HEX triplet: 07, 6F and FB. RGB value is (7,111,251). Sum of RGB (Red+Green+Blue) = 7+111+251=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #076FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076FFB is #F89004. Grayscale: #5F5F5F. Windows color (decimal): -16289797 or 16477959. OLE color: 16477959.

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

Color convert

RGB 7 111 251 -
CMYK 0.97 0.56 0 0.02
HSL 214.43º 0.97% 0.51% -
HSV(B) 214.43º 0.97% 0.98% -
XYZ 23.18 18.38 93.59 -
YUV 95.86 215.54 64.62 -
System Red Green Blue C M Y K H S L
Decimal 7 111 251 0.97 0.56 0 0.02 214.43 0.97 0.51
Hex 7 6F FB 61 38 0 2 D6 61 33
Octal 7 157 373 141 70 0 2 326 141 63
Binary 111 1101111 11111011 1100001 111000 0 10 11010110 1100001 110011

Color Harmonies of #076FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FFB

Black with #076FFB

Text Example


Text Example

White with #076FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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