Html Css Color HEX #2769DD Royal Blue

📋 copy color: '#2769DD'

red 39 ◦ green 105 ◦ blue 221

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

Shades of Royal Blue #2769DD

Tints of Royal Blue #2769DD

RGB

 RED value IS 39 (15.63% from 255) = 10.68%

 GREEN value IS 105 (41.41% from 255) = 28.77%

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 10.68%
G = 28.77%
B = 60.55%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2769DD (or 0x2769DD) is known color: Royal Blue. HEX triplet: 27, 69 and DD. RGB value is (39,105,221). Sum of RGB (Red+Green+Blue) = 39+105+221=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #2769DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769DD is #D89622. Grayscale: #616161. Windows color (decimal): -14194211 or 14510375. OLE color: 14510375.

HSL color Cylindrical-coordinate representation of color #2769DD: hue angle of 218.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2769DD is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 105 221 -
CMYK 0.82 0.52 0 0.13
HSL 218.24º 0.73% 0.51% -
HSV(B) 218.24º 0.82% 0.87% -
XYZ 18.94 15.75 70.45 -
YUV 98.49 197.13 85.57 -
System Red Green Blue C M Y K H S L
Decimal 39 105 221 0.82 0.52 0 0.13 218.24 0.73 0.51
Hex 27 69 DD 52 34 0 D DA 49 33
Octal 47 151 335 122 64 0 15 332 111 63
Binary 100111 1101001 11011101 1010010 110100 0 1101 11011010 1001001 110011

Color Harmonies of #2769DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2769DD

Black with #2769DD

Text Example


Text Example

White with #2769DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2769DD; }

 p { color: rgb(39,105,221); }

 H1.HeaderClassName
 {
   color: #2769DD;
 }
 .AnyTagClassName
 {
   color: #2769DD;
 }
</style>

background-color css

<style>
 a { background-color: #2769DD; }

 a { background-color: rgb(39,105,221); }

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

border-color css

<style>
 span { border-color: #2769DD; }

 span { border-color: rgb(39,105,221); }

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