Html Css Color HEX #285FEF Royal Blue

📋 copy color: '#285FEF'

red 40 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #285FEF

Tints of Royal Blue #285FEF

RGB

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

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

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

R = 10.7%
G = 25.4%
B = 63.9%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#285FEF (or 0x285FEF) is known color: Royal Blue. HEX triplet: 28, 5F and EF. RGB value is (40,95,239). Sum of RGB (Red+Green+Blue) = 40+95+239=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #285FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FEF is #D7A010. Grayscale: #5E5E5E. Windows color (decimal): -14131217 or 15687464. OLE color: 15687464.

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

Color convert

RGB 40 95 239 -
CMYK 0.83 0.60 0 0.06
HSL 223.42º 0.86% 0.55% -
HSV(B) 223.42º 0.83% 0.94% -
XYZ 20.55 14.87 83.45 -
YUV 94.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 40 95 239 0.83 0.60 0 0.06 223.42 0.86 0.55
Hex 28 5F EF 53 3C 0 6 DF 56 37
Octal 50 137 357 123 74 0 6 337 126 67
Binary 101000 1011111 11101111 1010011 111100 0 110 11011111 1010110 110111

Color Harmonies of #285FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FEF

Black with #285FEF

Text Example


Text Example

White with #285FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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