Html Css Color HEX #225DF8 Royal Blue

📋 copy color: '#225DF8'

red 34 ◦ green 93 ◦ blue 248

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

Shades of Royal Blue #225DF8

Tints of Royal Blue #225DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.13%

R = 9.07%
G = 24.8%
B = 66.13%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#225DF8 (or 0x225DF8) is known color: Royal Blue. HEX triplet: 22, 5D and F8. RGB value is (34,93,248). Sum of RGB (Red+Green+Blue) = 34+93+248=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #225DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225DF8 is #DDA207. Grayscale: #5C5C5C. Windows color (decimal): -14524936 or 16276770. OLE color: 16276770.

HSL color Cylindrical-coordinate representation of color #225DF8: hue angle of 223.46º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225DF8 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 34 93 248 -
CMYK 0.86 0.62 0 0.03
HSL 223.46º 0.94% 0.55% -
HSV(B) 223.46º 0.86% 0.97% -
XYZ 21.52 14.95 90.56 -
YUV 93.03 215.45 85.9 -
System Red Green Blue C M Y K H S L
Decimal 34 93 248 0.86 0.62 0 0.03 223.46 0.94 0.55
Hex 22 5D F8 56 3E 0 3 DF 5E 37
Octal 42 135 370 126 76 0 3 337 136 67
Binary 100010 1011101 11111000 1010110 111110 0 11 11011111 1011110 110111

Color Harmonies of #225DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225DF8

Black with #225DF8

Text Example


Text Example

White with #225DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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