Html Css Color HEX #225DF2 Royal Blue

📋 copy color: '#225DF2'

red 34 ◦ green 93 ◦ blue 242

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

Shades of Royal Blue #225DF2

Tints of Royal Blue #225DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 242 (94.92% from 255) = 65.58%

R = 9.21%
G = 25.2%
B = 65.58%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#225DF2 (or 0x225DF2) is known color: Royal Blue. HEX triplet: 22, 5D and F2. RGB value is (34,93,242). Sum of RGB (Red+Green+Blue) = 34+93+242=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #225DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225DF2 is #DDA20D. Grayscale: #5B5B5B. Windows color (decimal): -14524942 or 15883554. OLE color: 15883554.

HSL color Cylindrical-coordinate representation of color #225DF2: hue angle of 222.98º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225DF2 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 93 242 -
CMYK 0.86 0.62 0 0.05
HSL 222.98º 0.89% 0.54% -
HSV(B) 222.98º 0.86% 0.95% -
XYZ 20.6 14.58 85.73 -
YUV 92.35 212.45 86.38 -
System Red Green Blue C M Y K H S L
Decimal 34 93 242 0.86 0.62 0 0.05 222.98 0.89 0.54
Hex 22 5D F2 56 3E 0 5 DF 59 36
Octal 42 135 362 126 76 0 5 337 131 66
Binary 100010 1011101 11110010 1010110 111110 0 101 11011111 1011001 110110

Color Harmonies of #225DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225DF2

Black with #225DF2

Text Example


Text Example

White with #225DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,93,242); }

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

background-color css

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

 a { background-color: rgb(34,93,242); }

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

border-color css

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

 span { border-color: rgb(34,93,242); }

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