Html Css Color HEX #284FC0 Cerulean Blue

📋 copy color: '#284FC0'

red 40 ◦ green 79 ◦ blue 192

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

Shades of Cerulean Blue #284FC0

Tints of Cerulean Blue #284FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.74%

R = 12.86%
G = 25.4%
B = 61.74%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#284FC0 (or 0x284FC0) is known color: Cerulean Blue. HEX triplet: 28, 4F and C0. RGB value is (40,79,192). Sum of RGB (Red+Green+Blue) = 40+79+192=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #284FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FC0 is #D7B03F. Grayscale: #4F4F4F. Windows color (decimal): -14135360 or 12603176. OLE color: 12603176.

HSL color Cylindrical-coordinate representation of color #284FC0: hue angle of 224.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #284FC0 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 79 192 -
CMYK 0.79 0.59 0 0.25
HSL 224.61º 0.66% 0.45% -
HSV(B) 224.61º 0.79% 0.75% -
XYZ 13.19 9.85 51.08 -
YUV 80.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 40 79 192 0.79 0.59 0 0.25 224.61 0.66 0.45
Hex 28 4F C0 4F 3B 0 19 E1 42 2D
Octal 50 117 300 117 73 0 31 341 102 55
Binary 101000 1001111 11000000 1001111 111011 0 11001 11100001 1000010 101101

Color Harmonies of #284FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FC0

Black with #284FC0

Text Example


Text Example

White with #284FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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