Html Css Color HEX #2862FA Royal Blue

📋 copy color: '#2862FA'

red 40 ◦ green 98 ◦ blue 250

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

Shades of Royal Blue #2862FA

Tints of Royal Blue #2862FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 10.31%
G = 25.26%
B = 64.43%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2862FA (or 0x2862FA) is known color: Royal Blue. HEX triplet: 28, 62 and FA. RGB value is (40,98,250). Sum of RGB (Red+Green+Blue) = 40+98+250=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #2862FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2862FA is #D79D05. Grayscale: #616161. Windows color (decimal): -14130438 or 16409128. OLE color: 16409128.

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

Color convert

RGB 40 98 250 -
CMYK 0.84 0.61 0 0.02
HSL 223.43º 0.95% 0.57% -
HSV(B) 223.43º 0.84% 0.98% -
XYZ 22.5 16.09 92.36 -
YUV 97.99 213.78 86.64 -
System Red Green Blue C M Y K H S L
Decimal 40 98 250 0.84 0.61 0 0.02 223.43 0.95 0.57
Hex 28 62 FA 54 3D 0 2 DF 5F 39
Octal 50 142 372 124 75 0 2 337 137 71
Binary 101000 1100010 11111010 1010100 111101 0 10 11011111 1011111 111001

Color Harmonies of #2862FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2862FA

Black with #2862FA

Text Example


Text Example

White with #2862FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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