Html Css Color HEX #2466FF Royal Blue

📋 copy color: '#2466FF'

red 36 ◦ green 102 ◦ blue 255

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

Shades of Royal Blue #2466FF

Tints of Royal Blue #2466FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 255 (100% from 255) = 64.89%

R = 9.16%
G = 25.95%
B = 64.89%

CMYK

 C value IS 0.86

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2466FF (or 0x2466FF) is known color: Royal Blue. HEX triplet: 24, 66 and FF. RGB value is (36,102,255). Sum of RGB (Red+Green+Blue) = 36+102+255=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #2466FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2466FF is #DB9900. Grayscale: #636363. Windows color (decimal): -14391553 or 16737828. OLE color: 16737828.

HSL color Cylindrical-coordinate representation of color #2466FF: hue angle of 221.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2466FF is Cyan = 0.86, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 102 255 -
CMYK 0.86 0.6 0 0
HSL 221.92º 1% 0.57% -
HSV(B) 221.92º 0.86% 1% -
XYZ 23.53 17.1 96.67 -
YUV 99.71 215.63 82.56 -
System Red Green Blue C M Y K H S L
Decimal 36 102 255 0.86 0.6 0 0 221.92 1 0.57
Hex 24 66 FF 56 3C 0 0 DE 64 39
Octal 44 146 377 126 74 0 0 336 144 71
Binary 100100 1100110 11111111 1010110 111100 0 0 11011110 1100100 111001

Color Harmonies of #2466FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2466FF

Black with #2466FF

Text Example


Text Example

White with #2466FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2466FF; }

 p { color: rgb(36,102,255); }

 H1.HeaderClassName
 {
   color: #2466FF;
 }
 .AnyTagClassName
 {
   color: #2466FF;
 }
</style>

background-color css

<style>
 a { background-color: #2466FF; }

 a { background-color: rgb(36,102,255); }

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

border-color css

<style>
 span { border-color: #2466FF; }

 span { border-color: rgb(36,102,255); }

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