Html Css Color HEX #2468EB Royal Blue

📋 copy color: '#2468EB'

red 36 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #2468EB

Tints of Royal Blue #2468EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 9.6%
G = 27.73%
B = 62.67%

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

#2468EB (or 0x2468EB) is known color: Royal Blue. HEX triplet: 24, 68 and EB. RGB value is (36,104,235). Sum of RGB (Red+Green+Blue) = 36+104+235=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #2468EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2468EB is #DB9714. Grayscale: #626262. Windows color (decimal): -14391061 or 15427620. OLE color: 15427620.

HSL color Cylindrical-coordinate representation of color #2468EB: hue angle of 219.5º degrees, saturation: 0.83, 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 #2468EB is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 104 235 -
CMYK 0.85 0.56 0 0.08
HSL 219.5º 0.83% 0.53% -
HSV(B) 219.5º 0.85% 0.92% -
XYZ 20.67 16.27 80.65 -
YUV 98.6 204.97 83.35 -
System Red Green Blue C M Y K H S L
Decimal 36 104 235 0.85 0.56 0 0.08 219.5 0.83 0.53
Hex 24 68 EB 55 38 0 8 DB 53 35
Octal 44 150 353 125 70 0 10 333 123 65
Binary 100100 1101000 11101011 1010101 111000 0 1000 11011011 1010011 110101

Color Harmonies of #2468EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2468EB

Black with #2468EB

Text Example


Text Example

White with #2468EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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