Html Css Color HEX #0795EF Dodger Blue

📋 copy color: '#0795EF'

red 7 ◦ green 149 ◦ blue 239

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

Shades of Dodger Blue #0795EF

Tints of Dodger Blue #0795EF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 239 (93.75% from 255) = 60.51%

R = 1.77%
G = 37.72%
B = 60.51%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0795EF (or 0x0795EF) is known color: Dodger Blue. HEX triplet: 07, 95 and EF. RGB value is (7,149,239). Sum of RGB (Red+Green+Blue) = 7+149+239=395 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #0795EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0795EF is #F86A10. Grayscale: #747474. Windows color (decimal): -16280081 or 15701255. OLE color: 15701255.

HSL color Cylindrical-coordinate representation of color #0795EF: hue angle of 203.28º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0795EF is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 149 239 -
CMYK 0.97 0.38 0 0.06
HSL 203.28º 0.94% 0.48% -
HSV(B) 203.28º 0.97% 0.94% -
XYZ 26.42 27.77 85.63 -
YUV 116.8 196.96 49.68 -
System Red Green Blue C M Y K H S L
Decimal 7 149 239 0.97 0.38 0 0.06 203.28 0.94 0.48
Hex 7 95 EF 61 26 0 6 CB 5E 30
Octal 7 225 357 141 46 0 6 313 136 60
Binary 111 10010101 11101111 1100001 100110 0 110 11001011 1011110 110000

Color Harmonies of #0795EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0795EF

Black with #0795EF

Text Example


Text Example

White with #0795EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0795EF; }

 p { color: rgb(7,149,239); }

 H1.HeaderClassName
 {
   color: #0795EF;
 }
 .AnyTagClassName
 {
   color: #0795EF;
 }
</style>

background-color css

<style>
 a { background-color: #0795EF; }

 a { background-color: rgb(7,149,239); }

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

border-color css

<style>
 span { border-color: #0795EF; }

 span { border-color: rgb(7,149,239); }

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