Html Css Color HEX #285EEA Royal Blue

📋 copy color: '#285EEA'

red 40 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #285EEA

Tints of Royal Blue #285EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

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

R = 10.87%
G = 25.54%
B = 63.59%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#285EEA (or 0x285EEA) is known color: Royal Blue. HEX triplet: 28, 5E and EA. RGB value is (40,94,234). Sum of RGB (Red+Green+Blue) = 40+94+234=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #285EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285EEA is #D7A115. Grayscale: #5D5D5D. Windows color (decimal): -14131478 or 15359528. OLE color: 15359528.

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

Color convert

RGB 40 94 234 -
CMYK 0.83 0.60 0 0.08
HSL 223.3º 0.82% 0.54% -
HSV(B) 223.3º 0.83% 0.92% -
XYZ 19.73 14.4 79.58 -
YUV 93.81 207.11 89.62 -
System Red Green Blue C M Y K H S L
Decimal 40 94 234 0.83 0.60 0 0.08 223.3 0.82 0.54
Hex 28 5E EA 53 3C 0 8 DF 52 36
Octal 50 136 352 123 74 0 10 337 122 66
Binary 101000 1011110 11101010 1010011 111100 0 1000 11011111 1010010 110110

Color Harmonies of #285EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285EEA

Black with #285EEA

Text Example


Text Example

White with #285EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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