Html Css Color HEX #285BFB Royal Blue

📋 copy color: '#285BFB'

red 40 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #285BFB

Tints of Royal Blue #285BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 10.47%
G = 23.82%
B = 65.71%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#285BFB (or 0x285BFB) is known color: Royal Blue. HEX triplet: 28, 5B and FB. RGB value is (40,91,251). Sum of RGB (Red+Green+Blue) = 40+91+251=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #285BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BFB is #D7A404. Grayscale: #5D5D5D. Windows color (decimal): -14132229 or 16472872. OLE color: 16472872.

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

Color convert

RGB 40 91 251 -
CMYK 0.84 0.64 0 0.02
HSL 225.5º 0.96% 0.57% -
HSV(B) 225.5º 0.84% 0.98% -
XYZ 22.03 14.9 92.98 -
YUV 93.99 216.6 89.49 -
System Red Green Blue C M Y K H S L
Decimal 40 91 251 0.84 0.64 0 0.02 225.5 0.96 0.57
Hex 28 5B FB 54 40 0 2 E1 60 39
Octal 50 133 373 124 100 0 2 341 140 71
Binary 101000 1011011 11111011 1010100 1000000 0 10 11100001 1100000 111001

Color Harmonies of #285BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BFB

Black with #285BFB

Text Example


Text Example

White with #285BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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