Html Css Color HEX #2267DE Royal Blue

📋 copy color: '#2267DE'

red 34 ◦ green 103 ◦ blue 222

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

Shades of Royal Blue #2267DE

Tints of Royal Blue #2267DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.84%

R = 9.47%
G = 28.69%
B = 61.84%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2267DE (or 0x2267DE) is known color: Royal Blue. HEX triplet: 22, 67 and DE. RGB value is (34,103,222). Sum of RGB (Red+Green+Blue) = 34+103+222=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #2267DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2267DE is #DD9821. Grayscale: #5F5F5F. Windows color (decimal): -14522402 or 14575394. OLE color: 14575394.

HSL color Cylindrical-coordinate representation of color #2267DE: hue angle of 217.98º degrees, saturation: 0.74, 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 #2267DE is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 103 222 -
CMYK 0.85 0.54 0 0.13
HSL 217.98º 0.74% 0.5% -
HSV(B) 217.98º 0.85% 0.87% -
XYZ 18.69 15.31 71.08 -
YUV 95.94 199.14 83.82 -
System Red Green Blue C M Y K H S L
Decimal 34 103 222 0.85 0.54 0 0.13 217.98 0.74 0.5
Hex 22 67 DE 55 36 0 D DA 4A 32
Octal 42 147 336 125 66 0 15 332 112 62
Binary 100010 1100111 11011110 1010101 110110 0 1101 11011010 1001010 110010

Color Harmonies of #2267DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2267DE

Black with #2267DE

Text Example


Text Example

White with #2267DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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