Html Css Color HEX #286ED4 Royal Blue

📋 copy color: '#286ED4'

red 40 ◦ green 110 ◦ blue 212

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

Shades of Royal Blue #286ED4

Tints of Royal Blue #286ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 58.56%

R = 11.05%
G = 30.39%
B = 58.56%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#286ED4 (or 0x286ED4) is known color: Royal Blue. HEX triplet: 28, 6E and D4. RGB value is (40,110,212). Sum of RGB (Red+Green+Blue) = 40+110+212=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 212 (83.20% from 255 or 58.56% from 362); Max value from RGB is 212 - color contains mainly: blue. Hex color #286ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ED4 is #D7912B. Grayscale: #646464. Windows color (decimal): -14127404 or 13921832. OLE color: 13921832.

HSL color Cylindrical-coordinate representation of color #286ED4: hue angle of 215.58º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286ED4 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 40 110 212 -
CMYK 0.81 0.48 0 0.17
HSL 215.58º 0.68% 0.49% -
HSV(B) 215.58º 0.81% 0.83% -
XYZ 18.33 16.36 64.48 -
YUV 100.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 40 110 212 0.81 0.48 0 0.17 215.58 0.68 0.49
Hex 28 6E D4 51 30 0 11 D8 44 31
Octal 50 156 324 121 60 0 21 330 104 61
Binary 101000 1101110 11010100 1010001 110000 0 10001 11011000 1000100 110001

Color Harmonies of #286ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286ED4

Black with #286ED4

Text Example


Text Example

White with #286ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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