Html Css Color HEX #285AEA Royal Blue

📋 copy color: '#285AEA'

red 40 ◦ green 90 ◦ blue 234

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

Shades of Royal Blue #285AEA

Tints of Royal Blue #285AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

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

R = 10.99%
G = 24.73%
B = 64.29%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#285AEA (or 0x285AEA) is known color: Royal Blue. HEX triplet: 28, 5A and EA. RGB value is (40,90,234). Sum of RGB (Red+Green+Blue) = 40+90+234=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #285AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285AEA is #D7A515. Grayscale: #5A5A5A. Windows color (decimal): -14132502 or 15358504. OLE color: 15358504.

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

Color convert

RGB 40 90 234 -
CMYK 0.83 0.62 0 0.08
HSL 224.54º 0.82% 0.54% -
HSV(B) 224.54º 0.83% 0.92% -
XYZ 19.38 13.7 79.47 -
YUV 91.47 208.44 91.29 -
System Red Green Blue C M Y K H S L
Decimal 40 90 234 0.83 0.62 0 0.08 224.54 0.82 0.54
Hex 28 5A EA 53 3E 0 8 E1 52 36
Octal 50 132 352 123 76 0 10 341 122 66
Binary 101000 1011010 11101010 1010011 111110 0 1000 11100001 1010010 110110

Color Harmonies of #285AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285AEA

Black with #285AEA

Text Example


Text Example

White with #285AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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