Html Css Color HEX #2865FF Royal Blue

📋 copy color: '#2865FF'

red 40 ◦ green 101 ◦ blue 255

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

Shades of Royal Blue #2865FF

Tints of Royal Blue #2865FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.39%

R = 10.1%
G = 25.51%
B = 64.39%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2865FF (or 0x2865FF) is known color: Royal Blue. HEX triplet: 28, 65 and FF. RGB value is (40,101,255). Sum of RGB (Red+Green+Blue) = 40+101+255=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #2865FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865FF is #D79A00. Grayscale: #636363. Windows color (decimal): -14129665 or 16737576. OLE color: 16737576.

HSL color Cylindrical-coordinate representation of color #2865FF: hue angle of 222.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2865FF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 101 255 -
CMYK 0.84 0.60 0 0
HSL 222.98º 1% 0.58% -
HSV(B) 222.98º 0.84% 1% -
XYZ 23.58 16.98 96.64 -
YUV 100.32 215.29 84.98 -
System Red Green Blue C M Y K H S L
Decimal 40 101 255 0.84 0.60 0 0 222.98 1 0.58
Hex 28 65 FF 54 3C 0 0 DF 64 3A
Octal 50 145 377 124 74 0 0 337 144 72
Binary 101000 1100101 11111111 1010100 111100 0 0 11011111 1100100 111010

Color Harmonies of #2865FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2865FF

Black with #2865FF

Text Example


Text Example

White with #2865FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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