Html Css Color HEX #2468DA Royal Blue

📋 copy color: '#2468DA'

red 36 ◦ green 104 ◦ blue 218

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

Shades of Royal Blue #2468DA

Tints of Royal Blue #2468DA

RGB

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

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

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

R = 10.06%
G = 29.05%
B = 60.89%

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

#2468DA (or 0x2468DA) is known color: Royal Blue. HEX triplet: 24, 68 and DA. RGB value is (36,104,218). Sum of RGB (Red+Green+Blue) = 36+104+218=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #2468DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2468DA is #DB9725. Grayscale: #606060. Windows color (decimal): -14391078 or 14313508. OLE color: 14313508.

HSL color Cylindrical-coordinate representation of color #2468DA: hue angle of 217.58º 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 #2468DA is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 104 218 -
CMYK 0.83 0.52 0 0.15
HSL 217.58º 0.72% 0.5% -
HSV(B) 217.58º 0.83% 0.85% -
XYZ 18.33 15.34 68.32 -
YUV 96.66 196.47 84.73 -
System Red Green Blue C M Y K H S L
Decimal 36 104 218 0.83 0.52 0 0.15 217.58 0.72 0.5
Hex 24 68 DA 53 34 0 F DA 48 32
Octal 44 150 332 123 64 0 17 332 110 62
Binary 100100 1101000 11011010 1010011 110100 0 1111 11011010 1001000 110010

Color Harmonies of #2468DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2468DA

Black with #2468DA

Text Example


Text Example

White with #2468DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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