Html Css Color HEX #0791EF Dodger Blue

📋 copy color: '#0791EF'

red 7 ◦ green 145 ◦ blue 239

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

Shades of Dodger Blue #0791EF

Tints of Dodger Blue #0791EF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

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

R = 1.79%
G = 37.08%
B = 61.13%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0791EF (or 0x0791EF) is known color: Dodger Blue. HEX triplet: 07, 91 and EF. RGB value is (7,145,239). Sum of RGB (Red+Green+Blue) = 7+145+239=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #0791EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0791EF is #F86E10. Grayscale: #717171. Windows color (decimal): -16281105 or 15700231. OLE color: 15700231.

HSL color Cylindrical-coordinate representation of color #0791EF: hue angle of 204.31º 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 #0791EF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 145 239 -
CMYK 0.97 0.39 0 0.06
HSL 204.31º 0.94% 0.48% -
HSV(B) 204.31º 0.97% 0.94% -
XYZ 25.79 26.53 85.42 -
YUV 114.45 198.28 51.36 -
System Red Green Blue C M Y K H S L
Decimal 7 145 239 0.97 0.39 0 0.06 204.31 0.94 0.48
Hex 7 91 EF 61 27 0 6 CC 5E 30
Octal 7 221 357 141 47 0 6 314 136 60
Binary 111 10010001 11101111 1100001 100111 0 110 11001100 1011110 110000

Color Harmonies of #0791EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0791EF

Black with #0791EF

Text Example


Text Example

White with #0791EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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