Html Css Color HEX #2965FF Royal Blue

📋 copy color: '#2965FF'

red 41 ◦ green 101 ◦ blue 255

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

Shades of Royal Blue #2965FF

Tints of Royal Blue #2965FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 10.33%
G = 25.44%
B = 64.23%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2965FF (or 0x2965FF) is known color: Royal Blue. HEX triplet: 29, 65 and FF. RGB value is (41,101,255). Sum of RGB (Red+Green+Blue) = 41+101+255=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #2965FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2965FF is #D69A00. Grayscale: #636363. Windows color (decimal): -14064129 or 16737577. OLE color: 16737577.

HSL color Cylindrical-coordinate representation of color #2965FF: hue angle of 223.18º 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 #2965FF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 101 255 -
CMYK 0.84 0.60 0 0
HSL 223.18º 1% 0.58% -
HSV(B) 223.18º 0.84% 1% -
XYZ 23.62 17 96.64 -
YUV 100.62 215.12 85.48 -
System Red Green Blue C M Y K H S L
Decimal 41 101 255 0.84 0.60 0 0 223.18 1 0.58
Hex 29 65 FF 54 3C 0 0 DF 64 3A
Octal 51 145 377 124 74 0 0 337 144 72
Binary 101001 1100101 11111111 1010100 111100 0 0 11011111 1100100 111010

Color Harmonies of #2965FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2965FF

Black with #2965FF

Text Example


Text Example

White with #2965FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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