Html Css Color HEX #286ADF Royal Blue

📋 copy color: '#286ADF'

red 40 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #286ADF

Tints of Royal Blue #286ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 10.84%
G = 28.73%
B = 60.43%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#286ADF (or 0x286ADF) is known color: Royal Blue. HEX triplet: 28, 6A and DF. RGB value is (40,106,223). Sum of RGB (Red+Green+Blue) = 40+106+223=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #286ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ADF is #D79520. Grayscale: #636363. Windows color (decimal): -14128417 or 14641704. OLE color: 14641704.

HSL color Cylindrical-coordinate representation of color #286ADF: hue angle of 218.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286ADF is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 106 223 -
CMYK 0.82 0.52 0 0.13
HSL 218.36º 0.74% 0.52% -
HSV(B) 218.36º 0.82% 0.87% -
XYZ 19.35 16.09 71.9 -
YUV 99.6 197.63 85.49 -
System Red Green Blue C M Y K H S L
Decimal 40 106 223 0.82 0.52 0 0.13 218.36 0.74 0.52
Hex 28 6A DF 52 34 0 D DA 4A 34
Octal 50 152 337 122 64 0 15 332 112 64
Binary 101000 1101010 11011111 1010010 110100 0 1101 11011010 1001010 110100

Color Harmonies of #286ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286ADF

Black with #286ADF

Text Example


Text Example

White with #286ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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