Html Css Color HEX #2664FE Royal Blue

📋 copy color: '#2664FE'

red 38 ◦ green 100 ◦ blue 254

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

Shades of Royal Blue #2664FE

Tints of Royal Blue #2664FE

RGB

 RED value IS 38 (15.23% from 255) = 9.69%

 GREEN value IS 100 (39.45% from 255) = 25.51%

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 9.69%
G = 25.51%
B = 64.8%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2664FE (or 0x2664FE) is known color: Royal Blue. HEX triplet: 26, 64 and FE. RGB value is (38,100,254). Sum of RGB (Red+Green+Blue) = 38+100+254=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #2664FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2664FE is #D99B01. Grayscale: #626262. Windows color (decimal): -14260994 or 16671782. OLE color: 16671782.

HSL color Cylindrical-coordinate representation of color #2664FE: hue angle of 222.78º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2664FE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 38 100 254 -
CMYK 0.85 0.61 0 0.00
HSL 222.78º 0.99% 0.57% -
HSV(B) 222.78º 0.85% 1% -
XYZ 23.25 16.68 95.76 -
YUV 99.02 215.46 84.48 -
System Red Green Blue C M Y K H S L
Decimal 38 100 254 0.85 0.61 0 0.00 222.78 0.99 0.57
Hex 26 64 FE 55 3D 0 0 DF 63 39
Octal 46 144 376 125 75 0 0 337 143 71
Binary 100110 1100100 11111110 1010101 111101 0 0 11011111 1100011 111001

Color Harmonies of #2664FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2664FE

Black with #2664FE

Text Example


Text Example

White with #2664FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2664FE; }

 p { color: rgb(38,100,254); }

 H1.HeaderClassName
 {
   color: #2664FE;
 }
 .AnyTagClassName
 {
   color: #2664FE;
 }
</style>

background-color css

<style>
 a { background-color: #2664FE; }

 a { background-color: rgb(38,100,254); }

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

border-color css

<style>
 span { border-color: #2664FE; }

 span { border-color: rgb(38,100,254); }

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