Html Css Color HEX #285CED Royal Blue

📋 copy color: '#285CED'

red 40 ◦ green 92 ◦ blue 237

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

Shades of Royal Blue #285CED

Tints of Royal Blue #285CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 10.84%
G = 24.93%
B = 64.23%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#285CED (or 0x285CED) is known color: Royal Blue. HEX triplet: 28, 5C and ED. RGB value is (40,92,237). Sum of RGB (Red+Green+Blue) = 40+92+237=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #285CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CED is #D7A312. Grayscale: #5C5C5C. Windows color (decimal): -14131987 or 15555624. OLE color: 15555624.

HSL color Cylindrical-coordinate representation of color #285CED: hue angle of 224.16º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285CED is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 92 237 -
CMYK 0.83 0.61 0 0.07
HSL 224.16º 0.85% 0.54% -
HSV(B) 224.16º 0.83% 0.93% -
XYZ 19.99 14.22 81.81 -
YUV 92.98 209.27 90.21 -
System Red Green Blue C M Y K H S L
Decimal 40 92 237 0.83 0.61 0 0.07 224.16 0.85 0.54
Hex 28 5C ED 53 3D 0 7 E0 55 36
Octal 50 134 355 123 75 0 7 340 125 66
Binary 101000 1011100 11101101 1010011 111101 0 111 11100000 1010101 110110

Color Harmonies of #285CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CED

Black with #285CED

Text Example


Text Example

White with #285CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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