Html Css Color HEX #285CEF Royal Blue

📋 copy color: '#285CEF'

red 40 ◦ green 92 ◦ blue 239

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

Shades of Royal Blue #285CEF

Tints of Royal Blue #285CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 10.78%
G = 24.8%
B = 64.42%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#285CEF (or 0x285CEF) is known color: Royal Blue. HEX triplet: 28, 5C and EF. RGB value is (40,92,239). Sum of RGB (Red+Green+Blue) = 40+92+239=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #285CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CEF is #D7A310. Grayscale: #5C5C5C. Windows color (decimal): -14131985 or 15686696. OLE color: 15686696.

HSL color Cylindrical-coordinate representation of color #285CEF: hue angle of 224.32º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285CEF is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 92 239 -
CMYK 0.83 0.62 0 0.06
HSL 224.32º 0.86% 0.55% -
HSV(B) 224.32º 0.83% 0.94% -
XYZ 20.28 14.34 83.36 -
YUV 93.21 210.27 90.05 -
System Red Green Blue C M Y K H S L
Decimal 40 92 239 0.83 0.62 0 0.06 224.32 0.86 0.55
Hex 28 5C EF 53 3E 0 6 E0 56 37
Octal 50 134 357 123 76 0 6 340 126 67
Binary 101000 1011100 11101111 1010011 111110 0 110 11100000 1010110 110111

Color Harmonies of #285CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CEF

Black with #285CEF

Text Example


Text Example

White with #285CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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