#007FC3

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

Shades of Cerulean #007FC3

Tints of Cerulean #007FC3

Color information

#007FC3 (or 0x007FC3) is unknown color: approx Cerulean. HEX triplet: 00, 7F and C3. RGB value is (0,127,195). Sum of RGB (Red+Green+Blue) = 0+127+195=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 195 (76.56% from 255 or 60.56% from 322); Max value from RGB is 195 - color contains mainly: blue. Hex color #007FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FC3 is #FF803C. Grayscale: #606060. Windows color (decimal): -16744509 or 12812032. OLE color: 12812032.

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

Color convert

RGB0127195-
CMYK10.3500.24
HSL200.92º100%38.24%-
HSV(B)200.92º100%76.47%-
XYZ17.4419.1254.4-
YUV96.78183.4258.97-

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.44%
BLUE value IS 195 (76.56% from 255) = 60.56%
R=0%
G=39.44%
B=60.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal012719510.3500.24200.9210038.24
Hex07FC36423018c96426
Octal01773031444303031114446
Binary01111111110000111100100100011011000110010011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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