Html Css Color HEX #2468FC Royal Blue

📋 copy color: '#2468FC'

red 36 ◦ green 104 ◦ blue 252

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

Shades of Royal Blue #2468FC

Tints of Royal Blue #2468FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 9.18%
G = 26.53%
B = 64.29%

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

#2468FC (or 0x2468FC) is known color: Royal Blue. HEX triplet: 24, 68 and FC. RGB value is (36,104,252). Sum of RGB (Red+Green+Blue) = 36+104+252=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #2468FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2468FC is #DB9703. Grayscale: #636363. Windows color (decimal): -14391044 or 16541732. OLE color: 16541732.

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

Color convert

RGB 36 104 252 -
CMYK 0.86 0.59 0 0.01
HSL 221.11º 0.97% 0.56% -
HSV(B) 221.11º 0.86% 0.99% -
XYZ 23.25 17.3 94.21 -
YUV 100.54 213.47 81.97 -
System Red Green Blue C M Y K H S L
Decimal 36 104 252 0.86 0.59 0 0.01 221.11 0.97 0.56
Hex 24 68 FC 56 3B 0 1 DD 61 38
Octal 44 150 374 126 73 0 1 335 141 70
Binary 100100 1101000 11111100 1010110 111011 0 1 11011101 1100001 111000

Color Harmonies of #2468FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2468FC

Black with #2468FC

Text Example


Text Example

White with #2468FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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