Html Css Color HEX #285FFB Royal Blue

📋 copy color: '#285FFB'

red 40 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #285FFB

Tints of Royal Blue #285FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

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

R = 10.36%
G = 24.61%
B = 65.03%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#285FFB (or 0x285FFB) is known color: Royal Blue. HEX triplet: 28, 5F and FB. RGB value is (40,95,251). Sum of RGB (Red+Green+Blue) = 40+95+251=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #285FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FFB is #D7A004. Grayscale: #5F5F5F. Windows color (decimal): -14131205 or 16473896. OLE color: 16473896.

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

Color convert

RGB 40 95 251 -
CMYK 0.84 0.62 0 0.02
HSL 224.36º 0.96% 0.57% -
HSV(B) 224.36º 0.84% 0.98% -
XYZ 22.38 15.6 93.1 -
YUV 96.34 215.28 87.82 -
System Red Green Blue C M Y K H S L
Decimal 40 95 251 0.84 0.62 0 0.02 224.36 0.96 0.57
Hex 28 5F FB 54 3E 0 2 E0 60 39
Octal 50 137 373 124 76 0 2 340 140 71
Binary 101000 1011111 11111011 1010100 111110 0 10 11100000 1100000 111001

Color Harmonies of #285FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FFB

Black with #285FFB

Text Example


Text Example

White with #285FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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