Html Css Color HEX #284FCC Cerulean Blue

📋 copy color: '#284FCC'

red 40 ◦ green 79 ◦ blue 204

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

Shades of Cerulean Blue #284FCC

Tints of Cerulean Blue #284FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.46%

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

R = 12.38%
G = 24.46%
B = 63.16%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#284FCC (or 0x284FCC) is known color: Cerulean Blue. HEX triplet: 28, 4F and CC. RGB value is (40,79,204). Sum of RGB (Red+Green+Blue) = 40+79+204=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #284FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FCC is #D7B033. Grayscale: #515151. Windows color (decimal): -14135348 or 13389608. OLE color: 13389608.

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

Color convert

RGB 40 79 204 -
CMYK 0.80 0.61 0 0.2
HSL 225.73º 0.67% 0.48% -
HSV(B) 225.73º 0.8% 0.8% -
XYZ 14.57 10.4 58.37 -
YUV 81.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 40 79 204 0.80 0.61 0 0.2 225.73 0.67 0.48
Hex 28 4F CC 50 3D 0 14 E2 43 30
Octal 50 117 314 120 75 0 24 342 103 60
Binary 101000 1001111 11001100 1010000 111101 0 10100 11100010 1000011 110000

Color Harmonies of #284FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FCC

Black with #284FCC

Text Example


Text Example

White with #284FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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