Html Css Color HEX #2466FD Royal Blue

📋 copy color: '#2466FD'

red 36 ◦ green 102 ◦ blue 253

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

Shades of Royal Blue #2466FD

Tints of Royal Blue #2466FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.71%

R = 9.21%
G = 26.09%
B = 64.71%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2466FD (or 0x2466FD) is known color: Royal Blue. HEX triplet: 24, 66 and FD. RGB value is (36,102,253). Sum of RGB (Red+Green+Blue) = 36+102+253=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #2466FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2466FD is #DB9902. Grayscale: #626262. Windows color (decimal): -14391555 or 16606756. OLE color: 16606756.

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

Color convert

RGB 36 102 253 -
CMYK 0.86 0.60 0 0.01
HSL 221.75º 0.98% 0.57% -
HSV(B) 221.75º 0.86% 0.99% -
XYZ 23.21 16.97 94.98 -
YUV 99.48 214.63 82.72 -
System Red Green Blue C M Y K H S L
Decimal 36 102 253 0.86 0.60 0 0.01 221.75 0.98 0.57
Hex 24 66 FD 56 3C 0 1 DE 62 39
Octal 44 146 375 126 74 0 1 336 142 71
Binary 100100 1100110 11111101 1010110 111100 0 1 11011110 1100010 111001

Color Harmonies of #2466FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2466FD

Black with #2466FD

Text Example


Text Example

White with #2466FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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