Html Css Color HEX #225BEF Royal Blue

📋 copy color: '#225BEF'

red 34 ◦ green 91 ◦ blue 239

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

Shades of Royal Blue #225BEF

Tints of Royal Blue #225BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

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

R = 9.34%
G = 25%
B = 65.66%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#225BEF (or 0x225BEF) is known color: Royal Blue. HEX triplet: 22, 5B and EF. RGB value is (34,91,239). Sum of RGB (Red+Green+Blue) = 34+91+239=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #225BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225BEF is #DDA410. Grayscale: #5A5A5A. Windows color (decimal): -14525457 or 15686434. OLE color: 15686434.

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

Color convert

RGB 34 91 239 -
CMYK 0.86 0.62 0 0.06
HSL 223.32º 0.86% 0.54% -
HSV(B) 223.32º 0.86% 0.94% -
XYZ 19.98 14.05 83.32 -
YUV 90.83 211.62 87.47 -
System Red Green Blue C M Y K H S L
Decimal 34 91 239 0.86 0.62 0 0.06 223.32 0.86 0.54
Hex 22 5B EF 56 3E 0 6 DF 56 36
Octal 42 133 357 126 76 0 6 337 126 66
Binary 100010 1011011 11101111 1010110 111110 0 110 11011111 1010110 110110

Color Harmonies of #225BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BEF

Black with #225BEF

Text Example


Text Example

White with #225BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225BEF; }

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

 H1.HeaderClassName
 {
   color: #225BEF;
 }
 .AnyTagClassName
 {
   color: #225BEF;
 }
</style>

background-color css

<style>
 a { background-color: #225BEF; }

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

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

border-color css

<style>
 span { border-color: #225BEF; }

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

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