Html Css Color HEX #2865FD Royal Blue

📋 copy color: '#2865FD'

red 40 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #2865FD

Tints of Royal Blue #2865FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

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

R = 10.15%
G = 25.63%
B = 64.21%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2865FD (or 0x2865FD) is known color: Royal Blue. HEX triplet: 28, 65 and FD. RGB value is (40,101,253). Sum of RGB (Red+Green+Blue) = 40+101+253=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #2865FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865FD is #D79A02. Grayscale: #636363. Windows color (decimal): -14129667 or 16606504. OLE color: 16606504.

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

Color convert

RGB 40 101 253 -
CMYK 0.84 0.60 0 0.01
HSL 222.82º 0.98% 0.57% -
HSV(B) 222.82º 0.84% 0.99% -
XYZ 23.26 16.85 94.96 -
YUV 100.09 214.29 85.14 -
System Red Green Blue C M Y K H S L
Decimal 40 101 253 0.84 0.60 0 0.01 222.82 0.98 0.57
Hex 28 65 FD 54 3C 0 1 DF 62 39
Octal 50 145 375 124 74 0 1 337 142 71
Binary 101000 1100101 11111101 1010100 111100 0 1 11011111 1100010 111001

Color Harmonies of #2865FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2865FD

Black with #2865FD

Text Example


Text Example

White with #2865FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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