Html Css Color HEX #285BEF Royal Blue

📋 copy color: '#285BEF'

red 40 ◦ green 91 ◦ blue 239

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

Shades of Royal Blue #285BEF

Tints of Royal Blue #285BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 10.81%
G = 24.59%
B = 64.59%

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

#285BEF (or 0x285BEF) is known color: Royal Blue. HEX triplet: 28, 5B and EF. RGB value is (40,91,239). Sum of RGB (Red+Green+Blue) = 40+91+239=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #285BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BEF is #D7A410. Grayscale: #5B5B5B. Windows color (decimal): -14132241 or 15686440. OLE color: 15686440.

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

Color convert

RGB 40 91 239 -
CMYK 0.83 0.62 0 0.06
HSL 224.62º 0.86% 0.55% -
HSV(B) 224.62º 0.83% 0.94% -
XYZ 20.2 14.17 83.33 -
YUV 92.62 210.6 90.47 -
System Red Green Blue C M Y K H S L
Decimal 40 91 239 0.83 0.62 0 0.06 224.62 0.86 0.55
Hex 28 5B EF 53 3E 0 6 E1 56 37
Octal 50 133 357 123 76 0 6 341 126 67
Binary 101000 1011011 11101111 1010011 111110 0 110 11100001 1010110 110111

Color Harmonies of #285BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BEF

Black with #285BEF

Text Example


Text Example

White with #285BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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