Html Css Color HEX #2774DB Royal Blue

📋 copy color: '#2774DB'

red 39 ◦ green 116 ◦ blue 219

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

Shades of Royal Blue #2774DB

Tints of Royal Blue #2774DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 219 (85.94% from 255) = 58.56%

R = 10.43%
G = 31.02%
B = 58.56%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2774DB (or 0x2774DB) is known color: Royal Blue. HEX triplet: 27, 74 and DB. RGB value is (39,116,219). Sum of RGB (Red+Green+Blue) = 39+116+219=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #2774DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774DB is #D88B24. Grayscale: #686868. Windows color (decimal): -14191397 or 14382119. OLE color: 14382119.

HSL color Cylindrical-coordinate representation of color #2774DB: hue angle of 214.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2774DB is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 116 219 -
CMYK 0.82 0.47 0 0.14
HSL 214.33º 0.71% 0.51% -
HSV(B) 214.33º 0.82% 0.86% -
XYZ 19.87 18.04 69.45 -
YUV 104.72 192.49 81.12 -
System Red Green Blue C M Y K H S L
Decimal 39 116 219 0.82 0.47 0 0.14 214.33 0.71 0.51
Hex 27 74 DB 52 2F 0 E D6 47 33
Octal 47 164 333 122 57 0 16 326 107 63
Binary 100111 1110100 11011011 1010010 101111 0 1110 11010110 1000111 110011

Color Harmonies of #2774DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2774DB

Black with #2774DB

Text Example


Text Example

White with #2774DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2774DB; }

 p { color: rgb(39,116,219); }

 H1.HeaderClassName
 {
   color: #2774DB;
 }
 .AnyTagClassName
 {
   color: #2774DB;
 }
</style>

background-color css

<style>
 a { background-color: #2774DB; }

 a { background-color: rgb(39,116,219); }

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

border-color css

<style>
 span { border-color: #2774DB; }

 span { border-color: rgb(39,116,219); }

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