Html Css Color HEX #2965DA Royal Blue

📋 copy color: '#2965DA'

red 41 ◦ green 101 ◦ blue 218

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

Shades of Royal Blue #2965DA

Tints of Royal Blue #2965DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 11.39%
G = 28.06%
B = 60.56%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2965DA (or 0x2965DA) is known color: Royal Blue. HEX triplet: 29, 65 and DA. RGB value is (41,101,218). Sum of RGB (Red+Green+Blue) = 41+101+218=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #2965DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2965DA is #D69A25. Grayscale: #5F5F5F. Windows color (decimal): -14064166 or 14312745. OLE color: 14312745.

HSL color Cylindrical-coordinate representation of color #2965DA: hue angle of 219.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2965DA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 101 218 -
CMYK 0.81 0.54 0 0.15
HSL 219.66º 0.71% 0.51% -
HSV(B) 219.66º 0.81% 0.85% -
XYZ 18.22 14.84 68.23 -
YUV 96.4 196.62 88.49 -
System Red Green Blue C M Y K H S L
Decimal 41 101 218 0.81 0.54 0 0.15 219.66 0.71 0.51
Hex 29 65 DA 51 36 0 F DC 47 33
Octal 51 145 332 121 66 0 17 334 107 63
Binary 101001 1100101 11011010 1010001 110110 0 1111 11011100 1000111 110011

Color Harmonies of #2965DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2965DA

Black with #2965DA

Text Example


Text Example

White with #2965DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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