Html Css Color HEX #286FE0 Royal Blue

📋 copy color: '#286FE0'

red 40 ◦ green 111 ◦ blue 224

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

Shades of Royal Blue #286FE0

Tints of Royal Blue #286FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 224 (87.89% from 255) = 59.73%

R = 10.67%
G = 29.6%
B = 59.73%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#286FE0 (or 0x286FE0) is known color: Royal Blue. HEX triplet: 28, 6F and E0. RGB value is (40,111,224). Sum of RGB (Red+Green+Blue) = 40+111+224=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #286FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FE0 is #D7901F. Grayscale: #666666. Windows color (decimal): -14127136 or 14708520. OLE color: 14708520.

HSL color Cylindrical-coordinate representation of color #286FE0: hue angle of 216.85º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286FE0 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 111 224 -
CMYK 0.82 0.50 0 0.12
HSL 216.85º 0.75% 0.52% -
HSV(B) 216.85º 0.82% 0.88% -
XYZ 20.01 17.2 72.79 -
YUV 102.65 196.48 83.31 -
System Red Green Blue C M Y K H S L
Decimal 40 111 224 0.82 0.50 0 0.12 216.85 0.75 0.52
Hex 28 6F E0 52 32 0 C D9 4B 34
Octal 50 157 340 122 62 0 14 331 113 64
Binary 101000 1101111 11100000 1010010 110010 0 1100 11011001 1001011 110100

Color Harmonies of #286FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FE0

Black with #286FE0

Text Example


Text Example

White with #286FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,111,224); }

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

background-color css

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

 a { background-color: rgb(40,111,224); }

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

border-color css

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

 span { border-color: rgb(40,111,224); }

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