Html Css Color HEX #286AEA Royal Blue

📋 copy color: '#286AEA'

red 40 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #286AEA

Tints of Royal Blue #286AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.58%

R = 10.53%
G = 27.89%
B = 61.58%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#286AEA (or 0x286AEA) is known color: Royal Blue. HEX triplet: 28, 6A and EA. RGB value is (40,106,234). Sum of RGB (Red+Green+Blue) = 40+106+234=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #286AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AEA is #D79515. Grayscale: #646464. Windows color (decimal): -14128406 or 15362600. OLE color: 15362600.

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

Color convert

RGB 40 106 234 -
CMYK 0.83 0.55 0 0.08
HSL 219.59º 0.82% 0.54% -
HSV(B) 219.59º 0.83% 0.92% -
XYZ 20.88 16.7 79.96 -
YUV 100.86 203.13 84.59 -
System Red Green Blue C M Y K H S L
Decimal 40 106 234 0.83 0.55 0 0.08 219.59 0.82 0.54
Hex 28 6A EA 53 37 0 8 DC 52 36
Octal 50 152 352 123 67 0 10 334 122 66
Binary 101000 1101010 11101010 1010011 110111 0 1000 11011100 1010010 110110

Color Harmonies of #286AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AEA

Black with #286AEA

Text Example


Text Example

White with #286AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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