Html Css Color HEX #2468FD Royal Blue

📋 copy color: '#2468FD'

red 36 ◦ green 104 ◦ blue 253

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

Shades of Royal Blue #2468FD

Tints of Royal Blue #2468FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 9.16%
G = 26.46%
B = 64.38%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2468FD (or 0x2468FD) is known color: Royal Blue. HEX triplet: 24, 68 and FD. RGB value is (36,104,253). Sum of RGB (Red+Green+Blue) = 36+104+253=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #2468FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2468FD is #DB9702. Grayscale: #636363. Windows color (decimal): -14391043 or 16607268. OLE color: 16607268.

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

Color convert

RGB 36 104 253 -
CMYK 0.86 0.59 0 0.01
HSL 221.2º 0.98% 0.57% -
HSV(B) 221.2º 0.86% 0.99% -
XYZ 23.41 17.37 95.05 -
YUV 100.65 213.97 81.88 -
System Red Green Blue C M Y K H S L
Decimal 36 104 253 0.86 0.59 0 0.01 221.2 0.98 0.57
Hex 24 68 FD 56 3B 0 1 DD 62 39
Octal 44 150 375 126 73 0 1 335 142 71
Binary 100100 1101000 11111101 1010110 111011 0 1 11011101 1100010 111001

Color Harmonies of #2468FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2468FD

Black with #2468FD

Text Example


Text Example

White with #2468FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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