Html Css Color HEX #0007EF Blue

📋 copy color: '#0007EF'

red 0 ◦ green 7 ◦ blue 239

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

Shades of Blue #0007EF

Tints of Blue #0007EF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 0%
G = 2.85%
B = 97.15%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0007EF (or 0x0007EF) is known color: Blue. HEX triplet: 00, 07 and EF. RGB value is (0,7,239). Sum of RGB (Red+Green+Blue) = 0+7+239=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 239 (93.75% from 255 or 97.15% from 246); Max value from RGB is 239 - color contains mainly: blue. Hex color #0007EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0007EF is #FFF810. Grayscale: #1E1E1E. Windows color (decimal): -16775185 or 15664896. OLE color: 15664896.

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

Color convert

RGB 0 7 239 -
CMYK 1 0.97 0 0.06
HSL 238.24º 1% 0.47% -
HSV(B) 238.24º 1% 0.94% -
XYZ 15.66 6.38 82.07 -
YUV 31.36 245.18 105.64 -
System Red Green Blue C M Y K H S L
Decimal 0 7 239 1 0.97 0 0.06 238.24 1 0.47
Hex 0 7 EF 64 61 0 6 EE 64 2F
Octal 0 7 357 144 141 0 6 356 144 57
Binary 0 111 11101111 1100100 1100001 0 110 11101110 1100100 101111

Color Harmonies of #0007EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0007EF

Black with #0007EF

Text Example


Text Example

White with #0007EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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