Html Css Color HEX #2255EF Royal Blue

📋 copy color: '#2255EF'

red 34 ◦ green 85 ◦ blue 239

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

Shades of Royal Blue #2255EF

Tints of Royal Blue #2255EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 9.5%
G = 23.74%
B = 66.76%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2255EF (or 0x2255EF) is known color: Royal Blue. HEX triplet: 22, 55 and EF. RGB value is (34,85,239). Sum of RGB (Red+Green+Blue) = 34+85+239=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #2255EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255EF is #DDAA10. Grayscale: #565656. Windows color (decimal): -14526993 or 15684898. OLE color: 15684898.

HSL color Cylindrical-coordinate representation of color #2255EF: hue angle of 225.07º 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 #2255EF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 85 239 -
CMYK 0.86 0.64 0 0.06
HSL 225.07º 0.86% 0.54% -
HSV(B) 225.07º 0.86% 0.94% -
XYZ 19.49 13.07 83.16 -
YUV 87.31 213.6 89.98 -
System Red Green Blue C M Y K H S L
Decimal 34 85 239 0.86 0.64 0 0.06 225.07 0.86 0.54
Hex 22 55 EF 56 40 0 6 E1 56 36
Octal 42 125 357 126 100 0 6 341 126 66
Binary 100010 1010101 11101111 1010110 1000000 0 110 11100001 1010110 110110

Color Harmonies of #2255EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255EF

Black with #2255EF

Text Example


Text Example

White with #2255EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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