Html Css Color HEX #284ACF Cerulean Blue

📋 copy color: '#284ACF'

red 40 ◦ green 74 ◦ blue 207

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

Shades of Cerulean Blue #284ACF

Tints of Cerulean Blue #284ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

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

R = 12.46%
G = 23.05%
B = 64.49%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#284ACF (or 0x284ACF) is known color: Cerulean Blue. HEX triplet: 28, 4A and CF. RGB value is (40,74,207). Sum of RGB (Red+Green+Blue) = 40+74+207=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #284ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284ACF is #D7B530. Grayscale: #4E4E4E. Windows color (decimal): -14136625 or 13584936. OLE color: 13584936.

HSL color Cylindrical-coordinate representation of color #284ACF: hue angle of 227.78º 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 #284ACF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 74 207 -
CMYK 0.81 0.64 0 0.19
HSL 227.78º 0.68% 0.48% -
HSV(B) 227.78º 0.81% 0.81% -
XYZ 14.59 9.85 60.16 -
YUV 79 200.24 100.19 -
System Red Green Blue C M Y K H S L
Decimal 40 74 207 0.81 0.64 0 0.19 227.78 0.68 0.48
Hex 28 4A CF 51 40 0 13 E4 44 30
Octal 50 112 317 121 100 0 23 344 104 60
Binary 101000 1001010 11001111 1010001 1000000 0 10011 11100100 1000100 110000

Color Harmonies of #284ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284ACF

Black with #284ACF

Text Example


Text Example

White with #284ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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