#007FBF

Color #007FBF Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #007FBF

Tints of Cerulean #007FBF

Color information

#007FBF (or 0x007FBF) is unknown color: approx Cerulean. HEX triplet: 00, 7F and BF. RGB value is (0,127,191). Sum of RGB (Red+Green+Blue) = 0+127+191=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #007FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FBF is #FF8040. Grayscale: #5F5F5F. Windows color (decimal): -16744513 or 12549888. OLE color: 12549888.

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

Color convert

RGB0127191-
CMYK10.3400.25
HSL200.1º100%37.45%-
HSV(B)200.1º100%74.9%-
XYZ16.9918.9452.05-
YUV96.32181.4259.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 191 (75% from 255) = 60.06%
R=0%
G=39.94%
B=60.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012719110.3400.25200.110037.45
Hex07FBF6422019c86425
Octal01772771444203131014445
Binary01111111101111111100100100010011001110010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #007FBF;
 }
 .AnyTagClassName
 {
   color: #007FBF;
 }
</style>
background-color css

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

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

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

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

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

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