Html Css Color HEX #286AFB Royal Blue

📋 copy color: '#286AFB'

red 40 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #286AFB

Tints of Royal Blue #286AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 10.08%
G = 26.7%
B = 63.22%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#286AFB (or 0x286AFB) is known color: Royal Blue. HEX triplet: 28, 6A and FB. RGB value is (40,106,251). Sum of RGB (Red+Green+Blue) = 40+106+251=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #286AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AFB is #D79504. Grayscale: #666666. Windows color (decimal): -14128389 or 16476712. OLE color: 16476712.

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

Color convert

RGB 40 106 251 -
CMYK 0.84 0.58 0 0.02
HSL 221.23º 0.96% 0.57% -
HSV(B) 221.23º 0.84% 0.98% -
XYZ 23.44 17.72 93.45 -
YUV 102.8 211.63 83.21 -
System Red Green Blue C M Y K H S L
Decimal 40 106 251 0.84 0.58 0 0.02 221.23 0.96 0.57
Hex 28 6A FB 54 3A 0 2 DD 60 39
Octal 50 152 373 124 72 0 2 335 140 71
Binary 101000 1101010 11111011 1010100 111010 0 10 11011101 1100000 111001

Color Harmonies of #286AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AFB

Black with #286AFB

Text Example


Text Example

White with #286AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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