Html Css Color HEX #284AEA Royal Blue

📋 copy color: '#284AEA'

red 40 ◦ green 74 ◦ blue 234

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

Shades of Royal Blue #284AEA

Tints of Royal Blue #284AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 11.49%
G = 21.26%
B = 67.24%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#284AEA (or 0x284AEA) is known color: Royal Blue. HEX triplet: 28, 4A and EA. RGB value is (40,74,234). Sum of RGB (Red+Green+Blue) = 40+74+234=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #284AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284AEA is #D7B515. Grayscale: #515151. Windows color (decimal): -14136598 or 15354408. OLE color: 15354408.

HSL color Cylindrical-coordinate representation of color #284AEA: hue angle of 229.48º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284AEA is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 74 234 -
CMYK 0.83 0.68 0 0.08
HSL 229.48º 0.82% 0.54% -
HSV(B) 229.48º 0.83% 0.92% -
XYZ 18.18 11.29 79.06 -
YUV 82.07 213.74 97.99 -
System Red Green Blue C M Y K H S L
Decimal 40 74 234 0.83 0.68 0 0.08 229.48 0.82 0.54
Hex 28 4A EA 53 44 0 8 E5 52 36
Octal 50 112 352 123 104 0 10 345 122 66
Binary 101000 1001010 11101010 1010011 1000100 0 1000 11100101 1010010 110110

Color Harmonies of #284AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284AEA

Black with #284AEA

Text Example


Text Example

White with #284AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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