#007BBF

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

Shades of Cerulean #007BBF

Tints of Cerulean #007BBF

Color information

#007BBF (or 0x007BBF) is unknown color: approx Cerulean. HEX triplet: 00, 7B and BF. RGB value is (0,123,191). Sum of RGB (Red+Green+Blue) = 0+123+191=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #007BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BBF is #FF8440. Grayscale: #5D5D5D. Windows color (decimal): -16745537 or 12548864. OLE color: 12548864.

HSL color Cylindrical-coordinate representation of color #007BBF: hue angle of 201.36º 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 #007BBF is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0123191-
CMYK10.3600.25
HSL201.36º100%37.45%-
HSV(B)201.36º100%74.9%-
XYZ16.4917.9351.88-
YUV93.98182.7560.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 191 (75% from 255) = 60.83%
R=0%
G=39.17%
B=60.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012319110.3600.25201.3610037.45
Hex07BBF6424019c96425
Octal01732771444403131114445
Binary01111011101111111100100100100011001110010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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