Html Css Color HEX #284CCF Cerulean Blue

📋 copy color: '#284CCF'

red 40 ◦ green 76 ◦ blue 207

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

Shades of Cerulean Blue #284CCF

Tints of Cerulean Blue #284CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 12.38%
G = 23.53%
B = 64.09%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#284CCF (or 0x284CCF) is known color: Cerulean Blue. HEX triplet: 28, 4C and CF. RGB value is (40,76,207). Sum of RGB (Red+Green+Blue) = 40+76+207=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #284CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CCF is #D7B330. Grayscale: #4F4F4F. Windows color (decimal): -14136113 or 13585448. OLE color: 13585448.

HSL color Cylindrical-coordinate representation of color #284CCF: hue angle of 227.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #284CCF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 76 207 -
CMYK 0.81 0.63 0 0.19
HSL 227.07º 0.68% 0.48% -
HSV(B) 227.07º 0.81% 0.81% -
XYZ 14.72 10.12 60.21 -
YUV 80.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 40 76 207 0.81 0.63 0 0.19 227.07 0.68 0.48
Hex 28 4C CF 51 3F 0 13 E3 44 30
Octal 50 114 317 121 77 0 23 343 104 60
Binary 101000 1001100 11001111 1010001 111111 0 10011 11100011 1000100 110000

Color Harmonies of #284CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CCF

Black with #284CCF

Text Example


Text Example

White with #284CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,76,207); }

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

background-color css

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

 a { background-color: rgb(40,76,207); }

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

border-color css

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

 span { border-color: rgb(40,76,207); }

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