Html Css Color HEX #0702EF Blue

📋 copy color: '#0702EF'

red 7 ◦ green 2 ◦ blue 239

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

Shades of Blue #0702EF

Tints of Blue #0702EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 2.82%
G = 0.81%
B = 96.37%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0702EF (or 0x0702EF) is known color: Blue. HEX triplet: 07, 02 and EF. RGB value is (7,2,239). Sum of RGB (Red+Green+Blue) = 7+2+239=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 239 (93.75% from 255 or 96.37% from 248); Max value from RGB is 239 - color contains mainly: blue. Hex color #0702EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0702EF is #F8FD10. Grayscale: #1D1D1D. Windows color (decimal): -16317713 or 15663623. OLE color: 15663623.

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

Color convert

RGB 7 2 239 -
CMYK 0.97 0.99 0 0.06
HSL 241.27º 0.98% 0.47% -
HSV(B) 241.27º 0.99% 0.94% -
XYZ 15.69 6.32 82.05 -
YUV 30.51 245.66 111.23 -
System Red Green Blue C M Y K H S L
Decimal 7 2 239 0.97 0.99 0 0.06 241.27 0.98 0.47
Hex 7 2 EF 61 63 0 6 F1 62 2F
Octal 7 2 357 141 143 0 6 361 142 57
Binary 111 10 11101111 1100001 1100011 0 110 11110001 1100010 101111

Color Harmonies of #0702EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0702EF

Black with #0702EF

Text Example


Text Example

White with #0702EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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