Html Css Color HEX #285CFC Royal Blue

📋 copy color: '#285CFC'

red 40 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #285CFC

Tints of Royal Blue #285CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 10.42%
G = 23.96%
B = 65.63%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#285CFC (or 0x285CFC) is known color: Royal Blue. HEX triplet: 28, 5C and FC. RGB value is (40,92,252). Sum of RGB (Red+Green+Blue) = 40+92+252=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #285CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CFC is #D7A303. Grayscale: #5E5E5E. Windows color (decimal): -14131972 or 16538664. OLE color: 16538664.

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

Color convert

RGB 40 92 252 -
CMYK 0.84 0.63 0 0.01
HSL 225.28º 0.97% 0.57% -
HSV(B) 225.28º 0.84% 0.99% -
XYZ 22.27 15.13 93.84 -
YUV 94.69 216.77 88.99 -
System Red Green Blue C M Y K H S L
Decimal 40 92 252 0.84 0.63 0 0.01 225.28 0.97 0.57
Hex 28 5C FC 54 3F 0 1 E1 61 39
Octal 50 134 374 124 77 0 1 341 141 71
Binary 101000 1011100 11111100 1010100 111111 0 1 11100001 1100001 111001

Color Harmonies of #285CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CFC

Black with #285CFC

Text Example


Text Example

White with #285CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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