#284CCF

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

Shades of Cerulean Blue #284CCF

Tints of Cerulean Blue #284CCF

Color information

#284CCF (or 0x284CCF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 4C and CF. RGB value is (40,76,207). Sum of RGB (Red+Green+Blue) = 40+76+207=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #284CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CCF is #D7B330. Grayscale: #4F4F4F. Windows color (decimal): -14136113 or 13585448. OLE color: 13585448.

HSL color Cylindrical-coordinate representation of color #284CCF: hue angle of 227.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #284CCF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4076207-
CMYK0.810.6300.19
HSL227.07º67.61%48.43%-
HSV(B)227.07º80.68%81.18%-
XYZ14.7210.1260.21-
YUV80.17199.5799.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.38%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 207 (81.25% from 255) = 64.09%
R=12.38%
G=23.53%
B=64.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal40762070.810.6300.19227.0767.6148.43
Hex284CCF513F013e34430
Octal501143171217702334310460
Binary1010001001100110011111010001111111010011111000111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284CCF; }

 p { color: rgb(40,76,207); }

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

<style>
 a { background-color: #284CCF; }

 a { background-color: rgb(40,76,207); }

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

<style>
 span { border-color: #284CCF; }

 span { border-color: rgb(40,76,207); }

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