Html Css Color HEX #2469DA Royal Blue

📋 copy color: '#2469DA'

red 36 ◦ green 105 ◦ blue 218

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

Shades of Royal Blue #2469DA

Tints of Royal Blue #2469DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 10.03%
G = 29.25%
B = 60.72%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2469DA (or 0x2469DA) is known color: Royal Blue. HEX triplet: 24, 69 and DA. RGB value is (36,105,218). Sum of RGB (Red+Green+Blue) = 36+105+218=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #2469DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469DA is #DB9625. Grayscale: #606060. Windows color (decimal): -14390822 or 14313764. OLE color: 14313764.

HSL color Cylindrical-coordinate representation of color #2469DA: hue angle of 217.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2469DA is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 105 218 -
CMYK 0.83 0.52 0 0.15
HSL 217.25º 0.72% 0.5% -
HSV(B) 217.25º 0.83% 0.85% -
XYZ 18.43 15.54 68.36 -
YUV 97.25 196.14 84.31 -
System Red Green Blue C M Y K H S L
Decimal 36 105 218 0.83 0.52 0 0.15 217.25 0.72 0.5
Hex 24 69 DA 53 34 0 F D9 48 32
Octal 44 151 332 123 64 0 17 331 110 62
Binary 100100 1101001 11011010 1010011 110100 0 1111 11011001 1001000 110010

Color Harmonies of #2469DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2469DA

Black with #2469DA

Text Example


Text Example

White with #2469DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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