Html Css Color HEX #2266FF Royal Blue

📋 copy color: '#2266FF'

red 34 ◦ green 102 ◦ blue 255

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

Shades of Royal Blue #2266FF

Tints of Royal Blue #2266FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 255 (100% from 255) = 65.22%

R = 8.7%
G = 26.09%
B = 65.22%

CMYK

 C value IS 0.87

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2266FF (or 0x2266FF) is known color: Royal Blue. HEX triplet: 22, 66 and FF. RGB value is (34,102,255). Sum of RGB (Red+Green+Blue) = 34+102+255=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #2266FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2266FF is #DD9900. Grayscale: #626262. Windows color (decimal): -14522625 or 16737826. OLE color: 16737826.

HSL color Cylindrical-coordinate representation of color #2266FF: hue angle of 221.54º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2266FF is Cyan = 0.87, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 102 255 -
CMYK 0.87 0.6 0 0
HSL 221.54º 1% 0.57% -
HSV(B) 221.54º 0.87% 1% -
XYZ 23.46 17.06 96.66 -
YUV 99.11 215.97 81.56 -
System Red Green Blue C M Y K H S L
Decimal 34 102 255 0.87 0.6 0 0 221.54 1 0.57
Hex 22 66 FF 57 3C 0 0 DE 64 39
Octal 42 146 377 127 74 0 0 336 144 71
Binary 100010 1100110 11111111 1010111 111100 0 0 11011110 1100100 111001

Color Harmonies of #2266FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2266FF

Black with #2266FF

Text Example


Text Example

White with #2266FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2266FF; }

 p { color: rgb(34,102,255); }

 H1.HeaderClassName
 {
   color: #2266FF;
 }
 .AnyTagClassName
 {
   color: #2266FF;
 }
</style>

background-color css

<style>
 a { background-color: #2266FF; }

 a { background-color: rgb(34,102,255); }

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

border-color css

<style>
 span { border-color: #2266FF; }

 span { border-color: rgb(34,102,255); }

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