Html Css Color HEX #2964FF Royal Blue

📋 copy color: '#2964FF'

red 41 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #2964FF

Tints of Royal Blue #2964FF

RGB

 RED value IS 41 (16.41% from 255) = 10.35%

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

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

R = 10.35%
G = 25.25%
B = 64.39%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2964FF (or 0x2964FF) is known color: Royal Blue. HEX triplet: 29, 64 and FF. RGB value is (41,100,255). Sum of RGB (Red+Green+Blue) = 41+100+255=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #2964FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2964FF is #D69B00. Grayscale: #636363. Windows color (decimal): -14064385 or 16737321. OLE color: 16737321.

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

Color convert

RGB 41 100 255 -
CMYK 0.84 0.61 0 0
HSL 223.46º 1% 0.58% -
HSV(B) 223.46º 0.84% 1% -
XYZ 23.52 16.81 96.61 -
YUV 100.03 215.45 85.9 -
System Red Green Blue C M Y K H S L
Decimal 41 100 255 0.84 0.61 0 0 223.46 1 0.58
Hex 29 64 FF 54 3D 0 0 DF 64 3A
Octal 51 144 377 124 75 0 0 337 144 72
Binary 101001 1100100 11111111 1010100 111101 0 0 11011111 1100100 111010

Color Harmonies of #2964FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2964FF

Black with #2964FF

Text Example


Text Example

White with #2964FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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