Html Css Color HEX #286CEE Royal Blue

📋 copy color: '#286CEE'

red 40 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #286CEE

Tints of Royal Blue #286CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 238 (93.36% from 255) = 61.66%

R = 10.36%
G = 27.98%
B = 61.66%

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

#286CEE (or 0x286CEE) is known color: Royal Blue. HEX triplet: 28, 6C and EE. RGB value is (40,108,238). Sum of RGB (Red+Green+Blue) = 40+108+238=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #286CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CEE is #D79311. Grayscale: #656565. Windows color (decimal): -14127890 or 15625256. OLE color: 15625256.

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

Color convert

RGB 40 108 238 -
CMYK 0.83 0.55 0 0.07
HSL 219.39º 0.85% 0.55% -
HSV(B) 219.39º 0.83% 0.93% -
XYZ 21.67 17.35 83.1 -
YUV 102.49 204.47 83.43 -
System Red Green Blue C M Y K H S L
Decimal 40 108 238 0.83 0.55 0 0.07 219.39 0.85 0.55
Hex 28 6C EE 53 37 0 7 DB 55 37
Octal 50 154 356 123 67 0 7 333 125 67
Binary 101000 1101100 11101110 1010011 110111 0 111 11011011 1010101 110111

Color Harmonies of #286CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286CEE

Black with #286CEE

Text Example


Text Example

White with #286CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,108,238); }

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

background-color css

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

 a { background-color: rgb(40,108,238); }

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

border-color css

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

 span { border-color: rgb(40,108,238); }

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