Html Css Color HEX #284ECC Cerulean Blue

📋 copy color: '#284ECC'

red 40 ◦ green 78 ◦ blue 204

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

Shades of Cerulean Blue #284ECC

Tints of Cerulean Blue #284ECC

RGB

 RED value IS 40 (16.02% from 255) = 12.42%

 GREEN value IS 78 (30.86% from 255) = 24.22%

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 12.42%
G = 24.22%
B = 63.35%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#284ECC (or 0x284ECC) is known color: Cerulean Blue. HEX triplet: 28, 4E and CC. RGB value is (40,78,204). Sum of RGB (Red+Green+Blue) = 40+78+204=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #284ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284ECC is #D7B133. Grayscale: #505050. Windows color (decimal): -14135604 or 13389352. OLE color: 13389352.

HSL color Cylindrical-coordinate representation of color #284ECC: hue angle of 226.1º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #284ECC is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 78 204 -
CMYK 0.80 0.62 0 0.2
HSL 226.1º 0.67% 0.48% -
HSV(B) 226.1º 0.8% 0.8% -
XYZ 14.5 10.26 58.34 -
YUV 81 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 40 78 204 0.80 0.62 0 0.2 226.1 0.67 0.48
Hex 28 4E CC 50 3E 0 14 E2 43 30
Octal 50 116 314 120 76 0 24 342 103 60
Binary 101000 1001110 11001100 1010000 111110 0 10100 11100010 1000011 110000

Color Harmonies of #284ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284ECC

Black with #284ECC

Text Example


Text Example

White with #284ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,78,204); }

 H1.HeaderClassName
 {
   color: #284ECC;
 }
 .AnyTagClassName
 {
   color: #284ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(40,78,204); }

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

border-color css

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

 span { border-color: rgb(40,78,204); }

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