Html Css Color HEX #2267ED Royal Blue

📋 copy color: '#2267ED'

red 34 ◦ green 103 ◦ blue 237

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

Shades of Royal Blue #2267ED

Tints of Royal Blue #2267ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.37%

R = 9.09%
G = 27.54%
B = 63.37%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2267ED (or 0x2267ED) is known color: Royal Blue. HEX triplet: 22, 67 and ED. RGB value is (34,103,237). Sum of RGB (Red+Green+Blue) = 34+103+237=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #2267ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2267ED is #DD9812. Grayscale: #616161. Windows color (decimal): -14522387 or 15558434. OLE color: 15558434.

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

Color convert

RGB 34 103 237 -
CMYK 0.86 0.57 0 0.07
HSL 219.61º 0.85% 0.53% -
HSV(B) 219.61º 0.86% 0.93% -
XYZ 20.8 16.16 82.14 -
YUV 97.65 206.64 82.6 -
System Red Green Blue C M Y K H S L
Decimal 34 103 237 0.86 0.57 0 0.07 219.61 0.85 0.53
Hex 22 67 ED 56 39 0 7 DC 55 35
Octal 42 147 355 126 71 0 7 334 125 65
Binary 100010 1100111 11101101 1010110 111001 0 111 11011100 1010101 110101

Color Harmonies of #2267ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2267ED

Black with #2267ED

Text Example


Text Example

White with #2267ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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