Html Css Color HEX #285AFD Royal Blue

📋 copy color: '#285AFD'

red 40 ◦ green 90 ◦ blue 253

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

Shades of Royal Blue #285AFD

Tints of Royal Blue #285AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 10.44%
G = 23.5%
B = 66.06%

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

#285AFD (or 0x285AFD) is known color: Royal Blue. HEX triplet: 28, 5A and FD. RGB value is (40,90,253). Sum of RGB (Red+Green+Blue) = 40+90+253=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #285AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285AFD is #D7A502. Grayscale: #5C5C5C. Windows color (decimal): -14132483 or 16603688. OLE color: 16603688.

HSL color Cylindrical-coordinate representation of color #285AFD: hue angle of 225.92º 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 #285AFD is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 90 253 -
CMYK 0.84 0.64 0 0.01
HSL 225.92º 0.98% 0.57% -
HSV(B) 225.92º 0.84% 0.99% -
XYZ 22.26 14.86 94.62 -
YUV 93.63 217.94 89.75 -
System Red Green Blue C M Y K H S L
Decimal 40 90 253 0.84 0.64 0 0.01 225.92 0.98 0.57
Hex 28 5A FD 54 40 0 1 E2 62 39
Octal 50 132 375 124 100 0 1 342 142 71
Binary 101000 1011010 11111101 1010100 1000000 0 1 11100010 1100010 111001

Color Harmonies of #285AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285AFD

Black with #285AFD

Text Example


Text Example

White with #285AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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