Html Css Color HEX #007EC0 Cerulean

📋 copy color: '#007EC0'

red 0 ◦ green 126 ◦ blue 192

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

Shades of Cerulean #007EC0

Tints of Cerulean #007EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.38%

R = 0%
G = 39.62%
B = 60.38%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#007EC0 (or 0x007EC0) is known color: Cerulean. HEX triplet: 00, 7E and C0. RGB value is (0,126,192). Sum of RGB (Red+Green+Blue) = 0+126+192=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #007EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EC0 is #FF813F. Grayscale: #5F5F5F. Windows color (decimal): -16744768 or 12615168. OLE color: 12615168.

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

Color convert

RGB 0 126 192 -
CMYK 1 0.34 0 0.25
HSL 200.63º 1% 0.38% -
HSV(B) 200.63º 1% 0.75% -
XYZ 16.98 18.73 52.59 -
YUV 95.85 182.26 59.63 -
System Red Green Blue C M Y K H S L
Decimal 0 126 192 1 0.34 0 0.25 200.63 1 0.38
Hex 0 7E C0 64 22 0 19 C9 64 26
Octal 0 176 300 144 42 0 31 311 144 46
Binary 0 1111110 11000000 1100100 100010 0 11001 11001001 1100100 100110

Color Harmonies of #007EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007EC0

Black with #007EC0

Text Example


Text Example

White with #007EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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