Html Css Color HEX #0700ED Blue

📋 copy color: '#0700ED'

red 7 ◦ green 0 ◦ blue 237

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

Shades of Blue #0700ED

Tints of Blue #0700ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 97.13%

R = 2.87%
G = 0%
B = 97.13%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0700ED (or 0x0700ED) is known color: Blue. HEX triplet: 07, 00 and ED. RGB value is (7,0,237). Sum of RGB (Red+Green+Blue) = 7+0+237=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 237 (92.97% from 255 or 97.13% from 244); Max value from RGB is 237 - color contains mainly: blue. Hex color #0700ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0700ED is #F8FF12. Grayscale: #1C1C1C. Windows color (decimal): -16318227 or 15532039. OLE color: 15532039.

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

Color convert

RGB 7 0 237 -
CMYK 0.97 1 0 0.07
HSL 241.77º 1% 0.46% -
HSV(B) 241.77º 1% 0.93% -
XYZ 15.37 6.16 80.5 -
YUV 29.11 245.32 112.23 -
System Red Green Blue C M Y K H S L
Decimal 7 0 237 0.97 1 0 0.07 241.77 1 0.46
Hex 7 0 ED 61 64 0 7 F2 64 2E
Octal 7 0 355 141 144 0 7 362 144 56
Binary 111 0 11101101 1100001 1100100 0 111 11110010 1100100 101110

Color Harmonies of #0700ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0700ED

Black with #0700ED

Text Example


Text Example

White with #0700ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0700ED; }

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

 H1.HeaderClassName
 {
   color: #0700ED;
 }
 .AnyTagClassName
 {
   color: #0700ED;
 }
</style>

background-color css

<style>
 a { background-color: #0700ED; }

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

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

border-color css

<style>
 span { border-color: #0700ED; }

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

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