Html Css Color HEX #284AE6 Royal Blue

📋 copy color: '#284AE6'

red 40 ◦ green 74 ◦ blue 230

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

Shades of Royal Blue #284AE6

Tints of Royal Blue #284AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 66.86%

R = 11.63%
G = 21.51%
B = 66.86%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#284AE6 (or 0x284AE6) is known color: Royal Blue. HEX triplet: 28, 4A and E6. RGB value is (40,74,230). Sum of RGB (Red+Green+Blue) = 40+74+230=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #284AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284AE6 is #D7B519. Grayscale: #505050. Windows color (decimal): -14136602 or 15092264. OLE color: 15092264.

HSL color Cylindrical-coordinate representation of color #284AE6: hue angle of 229.26º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284AE6 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 74 230 -
CMYK 0.83 0.68 0 0.10
HSL 229.26º 0.79% 0.53% -
HSV(B) 229.26º 0.83% 0.9% -
XYZ 17.61 11.06 76.07 -
YUV 81.62 211.74 98.32 -
System Red Green Blue C M Y K H S L
Decimal 40 74 230 0.83 0.68 0 0.10 229.26 0.79 0.53
Hex 28 4A E6 53 44 0 A E5 4F 35
Octal 50 112 346 123 104 0 12 345 117 65
Binary 101000 1001010 11100110 1010011 1000100 0 1010 11100101 1001111 110101

Color Harmonies of #284AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284AE6

Black with #284AE6

Text Example


Text Example

White with #284AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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