Html Css Color HEX #076FFF Dodger Blue

📋 copy color: '#076FFF'

red 7 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #076FFF

Tints of Dodger Blue #076FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.36%

R = 1.88%
G = 29.76%
B = 68.36%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#076FFF (or 0x076FFF) is known color: Dodger Blue. HEX triplet: 07, 6F and FF. RGB value is (7,111,255). Sum of RGB (Red+Green+Blue) = 7+111+255=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #076FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076FFF is #F89000. Grayscale: #5F5F5F. Windows color (decimal): -16289793 or 16740103. OLE color: 16740103.

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

Color convert

RGB 7 111 255 -
CMYK 0.97 0.56 0 0
HSL 214.84º 1% 0.51% -
HSV(B) 214.84º 0.97% 1% -
XYZ 23.82 18.63 96.95 -
YUV 96.32 217.54 64.29 -
System Red Green Blue C M Y K H S L
Decimal 7 111 255 0.97 0.56 0 0 214.84 1 0.51
Hex 7 6F FF 61 38 0 0 D7 64 33
Octal 7 157 377 141 70 0 0 327 144 63
Binary 111 1101111 11111111 1100001 111000 0 0 11010111 1100100 110011

Color Harmonies of #076FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FFF

Black with #076FFF

Text Example


Text Example

White with #076FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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