Html Css Color HEX #2866FA Royal Blue

📋 copy color: '#2866FA'

red 40 ◦ green 102 ◦ blue 250

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

Shades of Royal Blue #2866FA

Tints of Royal Blue #2866FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 10.2%
G = 26.02%
B = 63.78%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2866FA (or 0x2866FA) is known color: Royal Blue. HEX triplet: 28, 66 and FA. RGB value is (40,102,250). Sum of RGB (Red+Green+Blue) = 40+102+250=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #2866FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2866FA is #D79905. Grayscale: #636363. Windows color (decimal): -14129414 or 16410152. OLE color: 16410152.

HSL color Cylindrical-coordinate representation of color #2866FA: hue angle of 222.29º degrees, saturation: 0.95, 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 #2866FA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 102 250 -
CMYK 0.84 0.59 0 0.02
HSL 222.29º 0.95% 0.57% -
HSV(B) 222.29º 0.84% 0.98% -
XYZ 22.88 16.86 92.49 -
YUV 100.33 212.46 84.97 -
System Red Green Blue C M Y K H S L
Decimal 40 102 250 0.84 0.59 0 0.02 222.29 0.95 0.57
Hex 28 66 FA 54 3B 0 2 DE 5F 39
Octal 50 146 372 124 73 0 2 336 137 71
Binary 101000 1100110 11111010 1010100 111011 0 10 11011110 1011111 111001

Color Harmonies of #2866FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2866FA

Black with #2866FA

Text Example


Text Example

White with #2866FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2866FA; }

 p { color: rgb(40,102,250); }

 H1.HeaderClassName
 {
   color: #2866FA;
 }
 .AnyTagClassName
 {
   color: #2866FA;
 }
</style>

background-color css

<style>
 a { background-color: #2866FA; }

 a { background-color: rgb(40,102,250); }

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

border-color css

<style>
 span { border-color: #2866FA; }

 span { border-color: rgb(40,102,250); }

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