Html Css Color HEX #007FAA Cerulean

📋 copy color: '#007FAA'

red 0 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #007FAA

Tints of Cerulean #007FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 0%
G = 42.76%
B = 57.24%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#007FAA (or 0x007FAA) is known color: Cerulean. HEX triplet: 00, 7F and AA. RGB value is (0,127,170). Sum of RGB (Red+Green+Blue) = 0+127+170=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #007FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007FAA is #FF8055. Grayscale: #5D5D5D. Windows color (decimal): -16744534 or 11173632. OLE color: 11173632.

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

Color convert

RGB 0 127 170 -
CMYK 1 0.25 0 0.33
HSL 195.18º 1% 0.33% -
HSV(B) 195.18º 1% 0.67% -
XYZ 14.85 18.08 40.74 -
YUV 93.93 170.92 61 -
System Red Green Blue C M Y K H S L
Decimal 0 127 170 1 0.25 0 0.33 195.18 1 0.33
Hex 0 7F AA 64 19 0 21 C3 64 21
Octal 0 177 252 144 31 0 41 303 144 41
Binary 0 1111111 10101010 1100100 11001 0 100001 11000011 1100100 100001

Color Harmonies of #007FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FAA

Black with #007FAA

Text Example


Text Example

White with #007FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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