Html Css Color HEX #2866DA Royal Blue

📋 copy color: '#2866DA'

red 40 ◦ green 102 ◦ blue 218

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

Shades of Royal Blue #2866DA

Tints of Royal Blue #2866DA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 11.11%
G = 28.33%
B = 60.56%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2866DA (or 0x2866DA) is known color: Royal Blue. HEX triplet: 28, 66 and DA. RGB value is (40,102,218). Sum of RGB (Red+Green+Blue) = 40+102+218=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #2866DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2866DA is #D79925. Grayscale: #606060. Windows color (decimal): -14129446 or 14313000. OLE color: 14313000.

HSL color Cylindrical-coordinate representation of color #2866DA: hue angle of 219.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2866DA is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 102 218 -
CMYK 0.82 0.53 0 0.15
HSL 219.1º 0.71% 0.51% -
HSV(B) 219.1º 0.82% 0.85% -
XYZ 18.28 15.02 68.26 -
YUV 96.69 196.46 87.57 -
System Red Green Blue C M Y K H S L
Decimal 40 102 218 0.82 0.53 0 0.15 219.1 0.71 0.51
Hex 28 66 DA 52 35 0 F DB 47 33
Octal 50 146 332 122 65 0 17 333 107 63
Binary 101000 1100110 11011010 1010010 110101 0 1111 11011011 1000111 110011

Color Harmonies of #2866DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2866DA

Black with #2866DA

Text Example


Text Example

White with #2866DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2866DA; }

 p { color: rgb(40,102,218); }

 H1.HeaderClassName
 {
   color: #2866DA;
 }
 .AnyTagClassName
 {
   color: #2866DA;
 }
</style>

background-color css

<style>
 a { background-color: #2866DA; }

 a { background-color: rgb(40,102,218); }

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

border-color css

<style>
 span { border-color: #2866DA; }

 span { border-color: rgb(40,102,218); }

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