Html Css Color HEX #285CFB Royal Blue

📋 copy color: '#285CFB'

red 40 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #285CFB

Tints of Royal Blue #285CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 10.44%
G = 24.02%
B = 65.54%

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

#285CFB (or 0x285CFB) is known color: Royal Blue. HEX triplet: 28, 5C and FB. RGB value is (40,92,251). Sum of RGB (Red+Green+Blue) = 40+92+251=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #285CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CFB is #D7A304. Grayscale: #5D5D5D. Windows color (decimal): -14131973 or 16473128. OLE color: 16473128.

HSL color Cylindrical-coordinate representation of color #285CFB: hue angle of 225.21º degrees, saturation: 0.96, 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 #285CFB is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 92 251 -
CMYK 0.84 0.63 0 0.02
HSL 225.21º 0.96% 0.57% -
HSV(B) 225.21º 0.84% 0.98% -
XYZ 22.11 15.07 93.01 -
YUV 94.58 216.27 89.07 -
System Red Green Blue C M Y K H S L
Decimal 40 92 251 0.84 0.63 0 0.02 225.21 0.96 0.57
Hex 28 5C FB 54 3F 0 2 E1 60 39
Octal 50 134 373 124 77 0 2 341 140 71
Binary 101000 1011100 11111011 1010100 111111 0 10 11100001 1100000 111001

Color Harmonies of #285CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CFB

Black with #285CFB

Text Example


Text Example

White with #285CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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