Html Css Color HEX #2274DF Royal Blue

📋 copy color: '#2274DF'

red 34 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #2274DF

Tints of Royal Blue #2274DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 9.12%
G = 31.1%
B = 59.79%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2274DF (or 0x2274DF) is known color: Royal Blue. HEX triplet: 22, 74 and DF. RGB value is (34,116,223). Sum of RGB (Red+Green+Blue) = 34+116+223=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #2274DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2274DF is #DD8B20. Grayscale: #676767. Windows color (decimal): -14519073 or 14644258. OLE color: 14644258.

HSL color Cylindrical-coordinate representation of color #2274DF: hue angle of 213.97º degrees, saturation: 0.75, 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 #2274DF is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 116 223 -
CMYK 0.85 0.48 0 0.13
HSL 213.97º 0.75% 0.5% -
HSV(B) 213.97º 0.85% 0.87% -
XYZ 20.22 18.16 72.25 -
YUV 103.68 195.33 78.3 -
System Red Green Blue C M Y K H S L
Decimal 34 116 223 0.85 0.48 0 0.13 213.97 0.75 0.5
Hex 22 74 DF 55 30 0 D D6 4B 32
Octal 42 164 337 125 60 0 15 326 113 62
Binary 100010 1110100 11011111 1010101 110000 0 1101 11010110 1001011 110010

Color Harmonies of #2274DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2274DF

Black with #2274DF

Text Example


Text Example

White with #2274DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2274DF; }

 p { color: rgb(34,116,223); }

 H1.HeaderClassName
 {
   color: #2274DF;
 }
 .AnyTagClassName
 {
   color: #2274DF;
 }
</style>

background-color css

<style>
 a { background-color: #2274DF; }

 a { background-color: rgb(34,116,223); }

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

border-color css

<style>
 span { border-color: #2274DF; }

 span { border-color: rgb(34,116,223); }

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