Html Css Color HEX #285FEA Royal Blue

📋 copy color: '#285FEA'

red 40 ◦ green 95 ◦ blue 234

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

Shades of Royal Blue #285FEA

Tints of Royal Blue #285FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.75%

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

R = 10.84%
G = 25.75%
B = 63.41%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#285FEA (or 0x285FEA) is known color: Royal Blue. HEX triplet: 28, 5F and EA. RGB value is (40,95,234). Sum of RGB (Red+Green+Blue) = 40+95+234=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #285FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FEA is #D7A015. Grayscale: #5D5D5D. Windows color (decimal): -14131222 or 15359784. OLE color: 15359784.

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

Color convert

RGB 40 95 234 -
CMYK 0.83 0.59 0 0.08
HSL 222.99º 0.82% 0.54% -
HSV(B) 222.99º 0.83% 0.92% -
XYZ 19.82 14.58 79.61 -
YUV 94.4 206.78 89.2 -
System Red Green Blue C M Y K H S L
Decimal 40 95 234 0.83 0.59 0 0.08 222.99 0.82 0.54
Hex 28 5F EA 53 3B 0 8 DF 52 36
Octal 50 137 352 123 73 0 10 337 122 66
Binary 101000 1011111 11101010 1010011 111011 0 1000 11011111 1010010 110110

Color Harmonies of #285FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FEA

Black with #285FEA

Text Example


Text Example

White with #285FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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