Html Css Color HEX #2664FF Royal Blue

📋 copy color: '#2664FF'

red 38 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #2664FF

Tints of Royal Blue #2664FF

RGB

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

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

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

R = 9.67%
G = 25.45%
B = 64.89%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2664FF (or 0x2664FF) is known color: Royal Blue. HEX triplet: 26, 64 and FF. RGB value is (38,100,255). Sum of RGB (Red+Green+Blue) = 38+100+255=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 100 (39.45% from 255 or 25.45% 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 #2664FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2664FF is #D99B00. Grayscale: #626262. Windows color (decimal): -14260993 or 16737318. OLE color: 16737318.

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

Color convert

RGB 38 100 255 -
CMYK 0.85 0.61 0 0
HSL 222.86º 1% 0.57% -
HSV(B) 222.86º 0.85% 1% -
XYZ 23.41 16.75 96.61 -
YUV 99.13 215.96 84.4 -
System Red Green Blue C M Y K H S L
Decimal 38 100 255 0.85 0.61 0 0 222.86 1 0.57
Hex 26 64 FF 55 3D 0 0 DF 64 39
Octal 46 144 377 125 75 0 0 337 144 71
Binary 100110 1100100 11111111 1010101 111101 0 0 11011111 1100100 111001

Color Harmonies of #2664FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2664FF

Black with #2664FF

Text Example


Text Example

White with #2664FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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