Html Css Color HEX #2469EE Royal Blue

📋 copy color: '#2469EE'

red 36 ◦ green 105 ◦ blue 238

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

Shades of Royal Blue #2469EE

Tints of Royal Blue #2469EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 9.5%
G = 27.7%
B = 62.8%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2469EE (or 0x2469EE) is known color: Royal Blue. HEX triplet: 24, 69 and EE. RGB value is (36,105,238). Sum of RGB (Red+Green+Blue) = 36+105+238=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #2469EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2469EE is #DB9611. Grayscale: #626262. Windows color (decimal): -14390802 or 15624484. OLE color: 15624484.

HSL color Cylindrical-coordinate representation of color #2469EE: hue angle of 219.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2469EE is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 105 238 -
CMYK 0.85 0.56 0 0.07
HSL 219.5º 0.86% 0.54% -
HSV(B) 219.5º 0.85% 0.93% -
XYZ 21.21 16.65 82.98 -
YUV 99.53 206.14 82.69 -
System Red Green Blue C M Y K H S L
Decimal 36 105 238 0.85 0.56 0 0.07 219.5 0.86 0.54
Hex 24 69 EE 55 38 0 7 DC 56 36
Octal 44 151 356 125 70 0 7 334 126 66
Binary 100100 1101001 11101110 1010101 111000 0 111 11011100 1010110 110110

Color Harmonies of #2469EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2469EE

Black with #2469EE

Text Example


Text Example

White with #2469EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2469EE; }

 p { color: rgb(36,105,238); }

 H1.HeaderClassName
 {
   color: #2469EE;
 }
 .AnyTagClassName
 {
   color: #2469EE;
 }
</style>

background-color css

<style>
 a { background-color: #2469EE; }

 a { background-color: rgb(36,105,238); }

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

border-color css

<style>
 span { border-color: #2469EE; }

 span { border-color: rgb(36,105,238); }

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