Html Css Color HEX #2267DC Royal Blue

📋 copy color: '#2267DC'

red 34 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #2267DC

Tints of Royal Blue #2267DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 220 (86.33% from 255) = 61.62%

R = 9.52%
G = 28.85%
B = 61.62%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2267DC (or 0x2267DC) is known color: Royal Blue. HEX triplet: 22, 67 and DC. RGB value is (34,103,220). Sum of RGB (Red+Green+Blue) = 34+103+220=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #2267DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2267DC is #DD9823. Grayscale: #5F5F5F. Windows color (decimal): -14522404 or 14444322. OLE color: 14444322.

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

Color convert

RGB 34 103 220 -
CMYK 0.85 0.53 0 0.14
HSL 217.74º 0.73% 0.5% -
HSV(B) 217.74º 0.85% 0.86% -
XYZ 18.43 15.21 69.67 -
YUV 95.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 34 103 220 0.85 0.53 0 0.14 217.74 0.73 0.5
Hex 22 67 DC 55 35 0 E DA 49 32
Octal 42 147 334 125 65 0 16 332 111 62
Binary 100010 1100111 11011100 1010101 110101 0 1110 11011010 1001001 110010

Color Harmonies of #2267DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2267DC

Black with #2267DC

Text Example


Text Example

White with #2267DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2267DC; }

 p { color: rgb(34,103,220); }

 H1.HeaderClassName
 {
   color: #2267DC;
 }
 .AnyTagClassName
 {
   color: #2267DC;
 }
</style>

background-color css

<style>
 a { background-color: #2267DC; }

 a { background-color: rgb(34,103,220); }

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

border-color css

<style>
 span { border-color: #2267DC; }

 span { border-color: rgb(34,103,220); }

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