Html Css Color HEX #2868FD Royal Blue

📋 copy color: '#2868FD'

red 40 ◦ green 104 ◦ blue 253

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

Shades of Royal Blue #2868FD

Tints of Royal Blue #2868FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 10.08%
G = 26.2%
B = 63.73%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2868FD (or 0x2868FD) is known color: Royal Blue. HEX triplet: 28, 68 and FD. RGB value is (40,104,253). Sum of RGB (Red+Green+Blue) = 40+104+253=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #2868FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2868FD is #D79702. Grayscale: #656565. Windows color (decimal): -14128899 or 16607272. OLE color: 16607272.

HSL color Cylindrical-coordinate representation of color #2868FD: hue angle of 221.97º degrees, saturation: 0.98, 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 #2868FD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 104 253 -
CMYK 0.84 0.59 0 0.01
HSL 221.97º 0.98% 0.57% -
HSV(B) 221.97º 0.84% 0.99% -
XYZ 23.56 17.44 95.05 -
YUV 101.85 213.3 83.88 -
System Red Green Blue C M Y K H S L
Decimal 40 104 253 0.84 0.59 0 0.01 221.97 0.98 0.57
Hex 28 68 FD 54 3B 0 1 DE 62 39
Octal 50 150 375 124 73 0 1 336 142 71
Binary 101000 1101000 11111101 1010100 111011 0 1 11011110 1100010 111001

Color Harmonies of #2868FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2868FD

Black with #2868FD

Text Example


Text Example

White with #2868FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2868FD; }

 p { color: rgb(40,104,253); }

 H1.HeaderClassName
 {
   color: #2868FD;
 }
 .AnyTagClassName
 {
   color: #2868FD;
 }
</style>

background-color css

<style>
 a { background-color: #2868FD; }

 a { background-color: rgb(40,104,253); }

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

border-color css

<style>
 span { border-color: #2868FD; }

 span { border-color: rgb(40,104,253); }

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