Html Css Color HEX #2468DC Royal Blue

📋 copy color: '#2468DC'

red 36 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #2468DC

Tints of Royal Blue #2468DC

RGB

 RED value IS 36 (14.45% from 255) = 10%

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 10%
G = 28.89%
B = 61.11%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2468DC (or 0x2468DC) is known color: Royal Blue. HEX triplet: 24, 68 and DC. RGB value is (36,104,220). Sum of RGB (Red+Green+Blue) = 36+104+220=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #2468DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2468DC is #DB9723. Grayscale: #606060. Windows color (decimal): -14391076 or 14444580. OLE color: 14444580.

HSL color Cylindrical-coordinate representation of color #2468DC: hue angle of 217.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2468DC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 104 220 -
CMYK 0.84 0.53 0 0.14
HSL 217.83º 0.72% 0.5% -
HSV(B) 217.83º 0.84% 0.86% -
XYZ 18.6 15.44 69.71 -
YUV 96.89 197.47 84.57 -
System Red Green Blue C M Y K H S L
Decimal 36 104 220 0.84 0.53 0 0.14 217.83 0.72 0.5
Hex 24 68 DC 54 35 0 E DA 48 32
Octal 44 150 334 124 65 0 16 332 110 62
Binary 100100 1101000 11011100 1010100 110101 0 1110 11011010 1001000 110010

Color Harmonies of #2468DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2468DC

Black with #2468DC

Text Example


Text Example

White with #2468DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2468DC; }

 p { color: rgb(36,104,220); }

 H1.HeaderClassName
 {
   color: #2468DC;
 }
 .AnyTagClassName
 {
   color: #2468DC;
 }
</style>

background-color css

<style>
 a { background-color: #2468DC; }

 a { background-color: rgb(36,104,220); }

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

border-color css

<style>
 span { border-color: #2468DC; }

 span { border-color: rgb(36,104,220); }

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