Html Css Color HEX #225EFC Royal Blue

📋 copy color: '#225EFC'

red 34 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #225EFC

Tints of Royal Blue #225EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.32%

R = 8.95%
G = 24.74%
B = 66.32%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#225EFC (or 0x225EFC) is known color: Royal Blue. HEX triplet: 22, 5E and FC. RGB value is (34,94,252). Sum of RGB (Red+Green+Blue) = 34+94+252=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #225EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225EFC is #DDA103. Grayscale: #5D5D5D. Windows color (decimal): -14524676 or 16539170. OLE color: 16539170.

HSL color Cylindrical-coordinate representation of color #225EFC: hue angle of 223.49º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #225EFC is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 94 252 -
CMYK 0.87 0.63 0 0.01
HSL 223.49º 0.97% 0.56% -
HSV(B) 223.49º 0.87% 0.99% -
XYZ 22.23 15.37 93.89 -
YUV 94.07 217.12 85.15 -
System Red Green Blue C M Y K H S L
Decimal 34 94 252 0.87 0.63 0 0.01 223.49 0.97 0.56
Hex 22 5E FC 57 3F 0 1 DF 61 38
Octal 42 136 374 127 77 0 1 337 141 70
Binary 100010 1011110 11111100 1010111 111111 0 1 11011111 1100001 111000

Color Harmonies of #225EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225EFC

Black with #225EFC

Text Example


Text Example

White with #225EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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