Html Css Color HEX #2468FE Royal Blue

📋 copy color: '#2468FE'

red 36 ◦ green 104 ◦ blue 254

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

Shades of Royal Blue #2468FE

Tints of Royal Blue #2468FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.47%

R = 9.14%
G = 26.4%
B = 64.47%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2468FE (or 0x2468FE) is known color: Royal Blue. HEX triplet: 24, 68 and FE. RGB value is (36,104,254). Sum of RGB (Red+Green+Blue) = 36+104+254=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #2468FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2468FE is #DB9701. Grayscale: #646464. Windows color (decimal): -14391042 or 16672804. OLE color: 16672804.

HSL color Cylindrical-coordinate representation of color #2468FE: hue angle of 221.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2468FE is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 104 254 -
CMYK 0.86 0.59 0 0.00
HSL 221.28º 0.99% 0.57% -
HSV(B) 221.28º 0.86% 1% -
XYZ 23.57 17.43 95.89 -
YUV 100.77 214.47 81.8 -
System Red Green Blue C M Y K H S L
Decimal 36 104 254 0.86 0.59 0 0.00 221.28 0.99 0.57
Hex 24 68 FE 56 3B 0 0 DD 63 39
Octal 44 150 376 126 73 0 0 335 143 71
Binary 100100 1101000 11111110 1010110 111011 0 0 11011101 1100011 111001

Color Harmonies of #2468FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2468FE

Black with #2468FE

Text Example


Text Example

White with #2468FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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