Html Css Color HEX #284CEA Royal Blue

📋 copy color: '#284CEA'

red 40 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #284CEA

Tints of Royal Blue #284CEA

RGB

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

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

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

R = 11.43%
G = 21.71%
B = 66.86%

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

#284CEA (or 0x284CEA) is known color: Royal Blue. HEX triplet: 28, 4C and EA. RGB value is (40,76,234). Sum of RGB (Red+Green+Blue) = 40+76+234=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #284CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284CEA is #D7B315. Grayscale: #525252. Windows color (decimal): -14136086 or 15354920. OLE color: 15354920.

HSL color Cylindrical-coordinate representation of color #284CEA: hue angle of 228.87º 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 #284CEA is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 76 234 -
CMYK 0.83 0.68 0 0.08
HSL 228.87º 0.82% 0.54% -
HSV(B) 228.87º 0.83% 0.92% -
XYZ 18.31 11.56 79.11 -
YUV 83.25 213.07 97.15 -
System Red Green Blue C M Y K H S L
Decimal 40 76 234 0.83 0.68 0 0.08 228.87 0.82 0.54
Hex 28 4C EA 53 44 0 8 E5 52 36
Octal 50 114 352 123 104 0 10 345 122 66
Binary 101000 1001100 11101010 1010011 1000100 0 1000 11100101 1010010 110110

Color Harmonies of #284CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CEA

Black with #284CEA

Text Example


Text Example

White with #284CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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