Html Css Color HEX #285CFA Royal Blue

📋 copy color: '#285CFA'

red 40 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #285CFA

Tints of Royal Blue #285CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 10.47%
G = 24.08%
B = 65.45%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#285CFA (or 0x285CFA) is known color: Royal Blue. HEX triplet: 28, 5C and FA. RGB value is (40,92,250). Sum of RGB (Red+Green+Blue) = 40+92+250=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #285CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CFA is #D7A305. Grayscale: #5D5D5D. Windows color (decimal): -14131974 or 16407592. OLE color: 16407592.

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

Color convert

RGB 40 92 250 -
CMYK 0.84 0.63 0 0.02
HSL 225.14º 0.95% 0.57% -
HSV(B) 225.14º 0.84% 0.98% -
XYZ 21.96 15.01 92.18 -
YUV 94.46 215.77 89.15 -
System Red Green Blue C M Y K H S L
Decimal 40 92 250 0.84 0.63 0 0.02 225.14 0.95 0.57
Hex 28 5C FA 54 3F 0 2 E1 5F 39
Octal 50 134 372 124 77 0 2 341 137 71
Binary 101000 1011100 11111010 1010100 111111 0 10 11100001 1011111 111001

Color Harmonies of #285CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CFA

Black with #285CFA

Text Example


Text Example

White with #285CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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