Html Css Color HEX #284AEC Royal Blue

📋 copy color: '#284AEC'

red 40 ◦ green 74 ◦ blue 236

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

Shades of Royal Blue #284AEC

Tints of Royal Blue #284AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 11.43%
G = 21.14%
B = 67.43%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#284AEC (or 0x284AEC) is known color: Royal Blue. HEX triplet: 28, 4A and EC. RGB value is (40,74,236). Sum of RGB (Red+Green+Blue) = 40+74+236=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #284AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284AEC is #D7B513. Grayscale: #515151. Windows color (decimal): -14136596 or 15485480. OLE color: 15485480.

HSL color Cylindrical-coordinate representation of color #284AEC: hue angle of 229.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284AEC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 74 236 -
CMYK 0.83 0.69 0 0.07
HSL 229.59º 0.84% 0.54% -
HSV(B) 229.59º 0.83% 0.93% -
XYZ 18.46 11.4 80.59 -
YUV 82.3 214.74 97.83 -
System Red Green Blue C M Y K H S L
Decimal 40 74 236 0.83 0.69 0 0.07 229.59 0.84 0.54
Hex 28 4A EC 53 45 0 7 E6 54 36
Octal 50 112 354 123 105 0 7 346 124 66
Binary 101000 1001010 11101100 1010011 1000101 0 111 11100110 1010100 110110

Color Harmonies of #284AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284AEC

Black with #284AEC

Text Example


Text Example

White with #284AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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