Html Css Color HEX #286EFA Royal Blue

📋 copy color: '#286EFA'

red 40 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #286EFA

Tints of Royal Blue #286EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

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

R = 10%
G = 27.5%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#286EFA (or 0x286EFA) is known color: Royal Blue. HEX triplet: 28, 6E and FA. RGB value is (40,110,250). Sum of RGB (Red+Green+Blue) = 40+110+250=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #286EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EFA is #D79105. Grayscale: #686868. Windows color (decimal): -14127366 or 16412200. OLE color: 16412200.

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

Color convert

RGB 40 110 250 -
CMYK 0.84 0.56 0 0.02
HSL 220º 0.95% 0.57% -
HSV(B) 220º 0.84% 0.98% -
XYZ 23.71 18.51 92.76 -
YUV 105.03 209.81 81.62 -
System Red Green Blue C M Y K H S L
Decimal 40 110 250 0.84 0.56 0 0.02 220 0.95 0.57
Hex 28 6E FA 54 38 0 2 DC 5F 39
Octal 50 156 372 124 70 0 2 334 137 71
Binary 101000 1101110 11111010 1010100 111000 0 10 11011100 1011111 111001

Color Harmonies of #286EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286EFA

Black with #286EFA

Text Example


Text Example

White with #286EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286EFA; }

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

 H1.HeaderClassName
 {
   color: #286EFA;
 }
 .AnyTagClassName
 {
   color: #286EFA;
 }
</style>

background-color css

<style>
 a { background-color: #286EFA; }

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

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

border-color css

<style>
 span { border-color: #286EFA; }

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

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