Html Css Color HEX #284BCC Cerulean Blue

📋 copy color: '#284BCC'

red 40 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #284BCC

Tints of Cerulean Blue #284BCC

RGB

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

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

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

R = 12.54%
G = 23.51%
B = 63.95%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#284BCC (or 0x284BCC) is known color: Cerulean Blue. HEX triplet: 28, 4B and CC. RGB value is (40,75,204). Sum of RGB (Red+Green+Blue) = 40+75+204=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #284BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284BCC is #D7B433. Grayscale: #4E4E4E. Windows color (decimal): -14136372 or 13388584. OLE color: 13388584.

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

Color convert

RGB 40 75 204 -
CMYK 0.80 0.63 0 0.2
HSL 227.2º 0.67% 0.48% -
HSV(B) 227.2º 0.8% 0.8% -
XYZ 14.29 9.84 58.27 -
YUV 79.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 40 75 204 0.80 0.63 0 0.2 227.2 0.67 0.48
Hex 28 4B CC 50 3F 0 14 E3 43 30
Octal 50 113 314 120 77 0 24 343 103 60
Binary 101000 1001011 11001100 1010000 111111 0 10100 11100011 1000011 110000

Color Harmonies of #284BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BCC

Black with #284BCC

Text Example


Text Example

White with #284BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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