Html Css Color HEX #225EFA Royal Blue

📋 copy color: '#225EFA'

red 34 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #225EFA

Tints of Royal Blue #225EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 8.99%
G = 24.87%
B = 66.14%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#225EFA (or 0x225EFA) is known color: Royal Blue. HEX triplet: 22, 5E and FA. RGB value is (34,94,250). Sum of RGB (Red+Green+Blue) = 34+94+250=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #225EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225EFA is #DDA105. Grayscale: #5D5D5D. Windows color (decimal): -14524678 or 16408098. OLE color: 16408098.

HSL color Cylindrical-coordinate representation of color #225EFA: hue angle of 223.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225EFA is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 94 250 -
CMYK 0.86 0.62 0 0.02
HSL 223.33º 0.96% 0.56% -
HSV(B) 223.33º 0.86% 0.98% -
XYZ 21.92 15.25 92.23 -
YUV 93.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 34 94 250 0.86 0.62 0 0.02 223.33 0.96 0.56
Hex 22 5E FA 56 3E 0 2 DF 60 38
Octal 42 136 372 126 76 0 2 337 140 70
Binary 100010 1011110 11111010 1010110 111110 0 10 11011111 1100000 111000

Color Harmonies of #225EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225EFA

Black with #225EFA

Text Example


Text Example

White with #225EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,94,250); }

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

background-color css

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

 a { background-color: rgb(34,94,250); }

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

border-color css

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

 span { border-color: rgb(34,94,250); }

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