Html Css Color HEX #2261EF Royal Blue

📋 copy color: '#2261EF'

red 34 ◦ green 97 ◦ blue 239

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

Shades of Royal Blue #2261EF

Tints of Royal Blue #2261EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 9.19%
G = 26.22%
B = 64.59%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2261EF (or 0x2261EF) is known color: Royal Blue. HEX triplet: 22, 61 and EF. RGB value is (34,97,239). Sum of RGB (Red+Green+Blue) = 34+97+239=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #2261EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2261EF is #DD9E10. Grayscale: #5D5D5D. Windows color (decimal): -14523921 or 15687970. OLE color: 15687970.

HSL color Cylindrical-coordinate representation of color #2261EF: hue angle of 221.56º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2261EF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 97 239 -
CMYK 0.86 0.59 0 0.06
HSL 221.56º 0.86% 0.54% -
HSV(B) 221.56º 0.86% 0.94% -
XYZ 20.51 15.12 83.5 -
YUV 94.35 209.63 84.95 -
System Red Green Blue C M Y K H S L
Decimal 34 97 239 0.86 0.59 0 0.06 221.56 0.86 0.54
Hex 22 61 EF 56 3B 0 6 DE 56 36
Octal 42 141 357 126 73 0 6 336 126 66
Binary 100010 1100001 11101111 1010110 111011 0 110 11011110 1010110 110110

Color Harmonies of #2261EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2261EF

Black with #2261EF

Text Example


Text Example

White with #2261EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2261EF; }

 p { color: rgb(34,97,239); }

 H1.HeaderClassName
 {
   color: #2261EF;
 }
 .AnyTagClassName
 {
   color: #2261EF;
 }
</style>

background-color css

<style>
 a { background-color: #2261EF; }

 a { background-color: rgb(34,97,239); }

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

border-color css

<style>
 span { border-color: #2261EF; }

 span { border-color: rgb(34,97,239); }

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