Html Css Color HEX #284ACD Cerulean Blue

📋 copy color: '#284ACD'

red 40 ◦ green 74 ◦ blue 205

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

Shades of Cerulean Blue #284ACD

Tints of Cerulean Blue #284ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 12.54%
G = 23.2%
B = 64.26%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#284ACD (or 0x284ACD) is known color: Cerulean Blue. HEX triplet: 28, 4A and CD. RGB value is (40,74,205). Sum of RGB (Red+Green+Blue) = 40+74+205=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #284ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284ACD is #D7B532. Grayscale: #4E4E4E. Windows color (decimal): -14136627 or 13453864. OLE color: 13453864.

HSL color Cylindrical-coordinate representation of color #284ACD: hue angle of 227.64º 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 #284ACD is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 74 205 -
CMYK 0.80 0.64 0 0.20
HSL 227.64º 0.67% 0.48% -
HSV(B) 227.64º 0.8% 0.8% -
XYZ 14.34 9.76 58.88 -
YUV 78.77 199.24 100.35 -
System Red Green Blue C M Y K H S L
Decimal 40 74 205 0.80 0.64 0 0.20 227.64 0.67 0.48
Hex 28 4A CD 50 40 0 14 E4 43 30
Octal 50 112 315 120 100 0 24 344 103 60
Binary 101000 1001010 11001101 1010000 1000000 0 10100 11100100 1000011 110000

Color Harmonies of #284ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284ACD

Black with #284ACD

Text Example


Text Example

White with #284ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,74,205); }

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

background-color css

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

 a { background-color: rgb(40,74,205); }

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

border-color css

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

 span { border-color: rgb(40,74,205); }

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