Html Css Color HEX #007EC1 Cerulean

📋 copy color: '#007EC1'

red 0 ◦ green 126 ◦ blue 193

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

Shades of Cerulean #007EC1

Tints of Cerulean #007EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 193 (75.78% from 255) = 60.5%

R = 0%
G = 39.5%
B = 60.5%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#007EC1 (or 0x007EC1) is known color: Cerulean. HEX triplet: 00, 7E and C1. RGB value is (0,126,193). Sum of RGB (Red+Green+Blue) = 0+126+193=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #007EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EC1 is #FF813E. Grayscale: #5F5F5F. Windows color (decimal): -16744767 or 12680704. OLE color: 12680704.

HSL color Cylindrical-coordinate representation of color #007EC1: hue angle of 200.83º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EC1 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 126 193 -
CMYK 1 0.35 0 0.24
HSL 200.83º 1% 0.38% -
HSV(B) 200.83º 1% 0.76% -
XYZ 17.09 18.77 53.17 -
YUV 95.96 182.76 59.55 -
System Red Green Blue C M Y K H S L
Decimal 0 126 193 1 0.35 0 0.24 200.83 1 0.38
Hex 0 7E C1 64 23 0 18 C9 64 26
Octal 0 176 301 144 43 0 30 311 144 46
Binary 0 1111110 11000001 1100100 100011 0 11000 11001001 1100100 100110

Color Harmonies of #007EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007EC1

Black with #007EC1

Text Example


Text Example

White with #007EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007EC1; }

 p { color: rgb(0,126,193); }

 H1.HeaderClassName
 {
   color: #007EC1;
 }
 .AnyTagClassName
 {
   color: #007EC1;
 }
</style>

background-color css

<style>
 a { background-color: #007EC1; }

 a { background-color: rgb(0,126,193); }

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

border-color css

<style>
 span { border-color: #007EC1; }

 span { border-color: rgb(0,126,193); }

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