Html Css Color HEX #285CFD Royal Blue

📋 copy color: '#285CFD'

red 40 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #285CFD

Tints of Royal Blue #285CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.71%

R = 10.39%
G = 23.9%
B = 65.71%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#285CFD (or 0x285CFD) is known color: Royal Blue. HEX triplet: 28, 5C and FD. RGB value is (40,92,253). Sum of RGB (Red+Green+Blue) = 40+92+253=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #285CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CFD is #D7A302. Grayscale: #5E5E5E. Windows color (decimal): -14131971 or 16604200. OLE color: 16604200.

HSL color Cylindrical-coordinate representation of color #285CFD: hue angle of 225.35º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285CFD is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 92 253 -
CMYK 0.84 0.64 0 0.01
HSL 225.35º 0.98% 0.57% -
HSV(B) 225.35º 0.84% 0.99% -
XYZ 22.43 15.2 94.68 -
YUV 94.81 217.27 88.91 -
System Red Green Blue C M Y K H S L
Decimal 40 92 253 0.84 0.64 0 0.01 225.35 0.98 0.57
Hex 28 5C FD 54 40 0 1 E1 62 39
Octal 50 134 375 124 100 0 1 341 142 71
Binary 101000 1011100 11111101 1010100 1000000 0 1 11100001 1100010 111001

Color Harmonies of #285CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CFD

Black with #285CFD

Text Example


Text Example

White with #285CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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