Html Css Color HEX #285CEA Royal Blue

📋 copy color: '#285CEA'

red 40 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #285CEA

Tints of Royal Blue #285CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

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

R = 10.93%
G = 25.14%
B = 63.93%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#285CEA (or 0x285CEA) is known color: Royal Blue. HEX triplet: 28, 5C and EA. RGB value is (40,92,234). Sum of RGB (Red+Green+Blue) = 40+92+234=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #285CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CEA is #D7A315. Grayscale: #5C5C5C. Windows color (decimal): -14131990 or 15359016. OLE color: 15359016.

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

Color convert

RGB 40 92 234 -
CMYK 0.83 0.61 0 0.08
HSL 223.92º 0.82% 0.54% -
HSV(B) 223.92º 0.83% 0.92% -
XYZ 19.55 14.05 79.52 -
YUV 92.64 207.77 90.45 -
System Red Green Blue C M Y K H S L
Decimal 40 92 234 0.83 0.61 0 0.08 223.92 0.82 0.54
Hex 28 5C EA 53 3D 0 8 E0 52 36
Octal 50 134 352 123 75 0 10 340 122 66
Binary 101000 1011100 11101010 1010011 111101 0 1000 11100000 1010010 110110

Color Harmonies of #285CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CEA

Black with #285CEA

Text Example


Text Example

White with #285CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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