Html Css Color HEX #2865FB Royal Blue

📋 copy color: '#2865FB'

red 40 ◦ green 101 ◦ blue 251

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

Shades of Royal Blue #2865FB

Tints of Royal Blue #2865FB

RGB

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

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

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

R = 10.2%
G = 25.77%
B = 64.03%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2865FB (or 0x2865FB) is known color: Royal Blue. HEX triplet: 28, 65 and FB. RGB value is (40,101,251). Sum of RGB (Red+Green+Blue) = 40+101+251=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #2865FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865FB is #D79A04. Grayscale: #636363. Windows color (decimal): -14129669 or 16475432. OLE color: 16475432.

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

Color convert

RGB 40 101 251 -
CMYK 0.84 0.60 0 0.02
HSL 222.65º 0.96% 0.57% -
HSV(B) 222.65º 0.84% 0.98% -
XYZ 22.94 16.72 93.29 -
YUV 99.86 213.29 85.3 -
System Red Green Blue C M Y K H S L
Decimal 40 101 251 0.84 0.60 0 0.02 222.65 0.96 0.57
Hex 28 65 FB 54 3C 0 2 DF 60 39
Octal 50 145 373 124 74 0 2 337 140 71
Binary 101000 1100101 11111011 1010100 111100 0 10 11011111 1100000 111001

Color Harmonies of #2865FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2865FB

Black with #2865FB

Text Example


Text Example

White with #2865FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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