Html Css Color HEX #286BED Royal Blue

📋 copy color: '#286BED'

red 40 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #286BED

Tints of Royal Blue #286BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.86%

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 10.42%
G = 27.86%
B = 61.72%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#286BED (or 0x286BED) is known color: Royal Blue. HEX triplet: 28, 6B and ED. RGB value is (40,107,237). Sum of RGB (Red+Green+Blue) = 40+107+237=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #286BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BED is #D79412. Grayscale: #656565. Windows color (decimal): -14128147 or 15559464. OLE color: 15559464.

HSL color Cylindrical-coordinate representation of color #286BED: hue angle of 219.59º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286BED is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 107 237 -
CMYK 0.83 0.55 0 0.07
HSL 219.59º 0.85% 0.54% -
HSV(B) 219.59º 0.83% 0.93% -
XYZ 21.42 17.08 82.29 -
YUV 101.79 204.3 83.93 -
System Red Green Blue C M Y K H S L
Decimal 40 107 237 0.83 0.55 0 0.07 219.59 0.85 0.54
Hex 28 6B ED 53 37 0 7 DC 55 36
Octal 50 153 355 123 67 0 7 334 125 66
Binary 101000 1101011 11101101 1010011 110111 0 111 11011100 1010101 110110

Color Harmonies of #286BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286BED

Black with #286BED

Text Example


Text Example

White with #286BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,107,237); }

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

background-color css

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

 a { background-color: rgb(40,107,237); }

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

border-color css

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

 span { border-color: rgb(40,107,237); }

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