Html Css Color HEX #227BDB Royal Blue

📋 copy color: '#227BDB'

red 34 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #227BDB

Tints of Royal Blue #227BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

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

R = 9.04%
G = 32.71%
B = 58.24%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#227BDB (or 0x227BDB) is known color: Royal Blue. HEX triplet: 22, 7B and DB. RGB value is (34,123,219). Sum of RGB (Red+Green+Blue) = 34+123+219=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #227BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BDB is #DD8424. Grayscale: #6A6A6A. Windows color (decimal): -14517285 or 14383906. OLE color: 14383906.

HSL color Cylindrical-coordinate representation of color #227BDB: hue angle of 211.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227BDB is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 123 219 -
CMYK 0.84 0.44 0 0.14
HSL 211.14º 0.73% 0.5% -
HSV(B) 211.14º 0.84% 0.86% -
XYZ 20.53 19.62 69.72 -
YUV 107.33 191.01 75.69 -
System Red Green Blue C M Y K H S L
Decimal 34 123 219 0.84 0.44 0 0.14 211.14 0.73 0.5
Hex 22 7B DB 54 2C 0 E D3 49 32
Octal 42 173 333 124 54 0 16 323 111 62
Binary 100010 1111011 11011011 1010100 101100 0 1110 11010011 1001001 110010

Color Harmonies of #227BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227BDB

Black with #227BDB

Text Example


Text Example

White with #227BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227BDB; }

 p { color: rgb(34,123,219); }

 H1.HeaderClassName
 {
   color: #227BDB;
 }
 .AnyTagClassName
 {
   color: #227BDB;
 }
</style>

background-color css

<style>
 a { background-color: #227BDB; }

 a { background-color: rgb(34,123,219); }

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

border-color css

<style>
 span { border-color: #227BDB; }

 span { border-color: rgb(34,123,219); }

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