Html Css Color HEX #0007EA Blue

📋 copy color: '#0007EA'

red 0 ◦ green 7 ◦ blue 234

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

Shades of Blue #0007EA

Tints of Blue #0007EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 97.1%

R = 0%
G = 2.9%
B = 97.1%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0007EA (or 0x0007EA) is known color: Blue. HEX triplet: 00, 07 and EA. RGB value is (0,7,234). Sum of RGB (Red+Green+Blue) = 0+7+234=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 234 (91.80% from 255 or 97.10% from 241); Max value from RGB is 234 - color contains mainly: blue. Hex color #0007EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0007EA is #FFF815. Grayscale: #1D1D1D. Windows color (decimal): -16775190 or 15337216. OLE color: 15337216.

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

Color convert

RGB 0 7 234 -
CMYK 1 0.97 0 0.08
HSL 238.21º 1% 0.46% -
HSV(B) 238.21º 1% 0.92% -
XYZ 14.93 6.09 78.23 -
YUV 30.79 242.68 106.04 -
System Red Green Blue C M Y K H S L
Decimal 0 7 234 1 0.97 0 0.08 238.21 1 0.46
Hex 0 7 EA 64 61 0 8 EE 64 2E
Octal 0 7 352 144 141 0 10 356 144 56
Binary 0 111 11101010 1100100 1100001 0 1000 11101110 1100100 101110

Color Harmonies of #0007EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0007EA

Black with #0007EA

Text Example


Text Example

White with #0007EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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