Html Css Color HEX #007FAE Cerulean

📋 copy color: '#007FAE'

red 0 ◦ green 127 ◦ blue 174

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

Shades of Cerulean #007FAE

Tints of Cerulean #007FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 0%
G = 42.19%
B = 57.81%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#007FAE (or 0x007FAE) is known color: Cerulean. HEX triplet: 00, 7F and AE. RGB value is (0,127,174). Sum of RGB (Red+Green+Blue) = 0+127+174=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #007FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007FAE is #FF8051. Grayscale: #5E5E5E. Windows color (decimal): -16744530 or 11435776. OLE color: 11435776.

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

Color convert

RGB 0 127 174 -
CMYK 1 0.27 0 0.32
HSL 196.21º 1% 0.34% -
HSV(B) 196.21º 1% 0.68% -
XYZ 15.23 18.23 42.76 -
YUV 94.39 172.92 60.68 -
System Red Green Blue C M Y K H S L
Decimal 0 127 174 1 0.27 0 0.32 196.21 1 0.34
Hex 0 7F AE 64 1B 0 20 C4 64 22
Octal 0 177 256 144 33 0 40 304 144 42
Binary 0 1111111 10101110 1100100 11011 0 100000 11000100 1100100 100010

Color Harmonies of #007FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FAE

Black with #007FAE

Text Example


Text Example

White with #007FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,127,174); }

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

background-color css

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

 a { background-color: rgb(0,127,174); }

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

border-color css

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

 span { border-color: rgb(0,127,174); }

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