Html Css Color HEX #284BCD Cerulean Blue

📋 copy color: '#284BCD'

red 40 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #284BCD

Tints of Cerulean Blue #284BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.44%

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

R = 12.5%
G = 23.44%
B = 64.06%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#284BCD (or 0x284BCD) is known color: Cerulean Blue. HEX triplet: 28, 4B and CD. RGB value is (40,75,205). Sum of RGB (Red+Green+Blue) = 40+75+205=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #284BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284BCD is #D7B432. Grayscale: #4E4E4E. Windows color (decimal): -14136371 or 13454120. OLE color: 13454120.

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

Color convert

RGB 40 75 205 -
CMYK 0.80 0.63 0 0.20
HSL 227.27º 0.67% 0.48% -
HSV(B) 227.27º 0.8% 0.8% -
XYZ 14.41 9.89 58.91 -
YUV 79.36 198.9 99.93 -
System Red Green Blue C M Y K H S L
Decimal 40 75 205 0.80 0.63 0 0.20 227.27 0.67 0.48
Hex 28 4B CD 50 3F 0 14 E3 43 30
Octal 50 113 315 120 77 0 24 343 103 60
Binary 101000 1001011 11001101 1010000 111111 0 10100 11100011 1000011 110000

Color Harmonies of #284BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BCD

Black with #284BCD

Text Example


Text Example

White with #284BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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