Html Css Color HEX #2278DD Royal Blue

📋 copy color: '#2278DD'

red 34 ◦ green 120 ◦ blue 221

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

Shades of Royal Blue #2278DD

Tints of Royal Blue #2278DD

RGB

 RED value IS 34 (13.67% from 255) = 9.07%

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 9.07%
G = 32%
B = 58.93%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2278DD (or 0x2278DD) is known color: Royal Blue. HEX triplet: 22, 78 and DD. RGB value is (34,120,221). Sum of RGB (Red+Green+Blue) = 34+120+221=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2278DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2278DD is #DD8722. Grayscale: #696969. Windows color (decimal): -14518051 or 14514210. OLE color: 14514210.

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

Color convert

RGB 34 120 221 -
CMYK 0.85 0.46 0 0.13
HSL 212.41º 0.73% 0.5% -
HSV(B) 212.41º 0.85% 0.87% -
XYZ 20.43 18.99 71 -
YUV 105.8 193.01 76.79 -
System Red Green Blue C M Y K H S L
Decimal 34 120 221 0.85 0.46 0 0.13 212.41 0.73 0.5
Hex 22 78 DD 55 2E 0 D D4 49 32
Octal 42 170 335 125 56 0 15 324 111 62
Binary 100010 1111000 11011101 1010101 101110 0 1101 11010100 1001001 110010

Color Harmonies of #2278DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2278DD

Black with #2278DD

Text Example


Text Example

White with #2278DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,120,221); }

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

background-color css

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

 a { background-color: rgb(34,120,221); }

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

border-color css

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

 span { border-color: rgb(34,120,221); }

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