Html Css Color HEX #2468EA Royal Blue

📋 copy color: '#2468EA'

red 36 ◦ green 104 ◦ blue 234

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

Shades of Royal Blue #2468EA

Tints of Royal Blue #2468EA

RGB

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

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

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

R = 9.63%
G = 27.81%
B = 62.57%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2468EA (or 0x2468EA) is known color: Royal Blue. HEX triplet: 24, 68 and EA. RGB value is (36,104,234). Sum of RGB (Red+Green+Blue) = 36+104+234=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #2468EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2468EA is #DB9715. Grayscale: #616161. Windows color (decimal): -14391062 or 15362084. OLE color: 15362084.

HSL color Cylindrical-coordinate representation of color #2468EA: hue angle of 219.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2468EA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 104 234 -
CMYK 0.85 0.56 0 0.08
HSL 219.39º 0.83% 0.53% -
HSV(B) 219.39º 0.85% 0.92% -
XYZ 20.53 16.22 79.89 -
YUV 98.49 204.47 83.43 -
System Red Green Blue C M Y K H S L
Decimal 36 104 234 0.85 0.56 0 0.08 219.39 0.83 0.53
Hex 24 68 EA 55 38 0 8 DB 52 35
Octal 44 150 352 125 70 0 10 333 122 65
Binary 100100 1101000 11101010 1010101 111000 0 1000 11011011 1010010 110101

Color Harmonies of #2468EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2468EA

Black with #2468EA

Text Example


Text Example

White with #2468EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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