Html Css Color HEX #2967DA Royal Blue

📋 copy color: '#2967DA'

red 41 ◦ green 103 ◦ blue 218

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

Shades of Royal Blue #2967DA

Tints of Royal Blue #2967DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 11.33%
G = 28.45%
B = 60.22%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2967DA (or 0x2967DA) is known color: Royal Blue. HEX triplet: 29, 67 and DA. RGB value is (41,103,218). Sum of RGB (Red+Green+Blue) = 41+103+218=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #2967DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2967DA is #D69825. Grayscale: #616161. Windows color (decimal): -14063654 or 14313257. OLE color: 14313257.

HSL color Cylindrical-coordinate representation of color #2967DA: hue angle of 218.98º 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 #2967DA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 103 218 -
CMYK 0.81 0.53 0 0.15
HSL 218.98º 0.71% 0.51% -
HSV(B) 218.98º 0.81% 0.85% -
XYZ 18.42 15.23 68.3 -
YUV 97.57 195.96 87.65 -
System Red Green Blue C M Y K H S L
Decimal 41 103 218 0.81 0.53 0 0.15 218.98 0.71 0.51
Hex 29 67 DA 51 35 0 F DB 47 33
Octal 51 147 332 121 65 0 17 333 107 63
Binary 101001 1100111 11011010 1010001 110101 0 1111 11011011 1000111 110011

Color Harmonies of #2967DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2967DA

Black with #2967DA

Text Example


Text Example

White with #2967DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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