Html Css Color HEX #1225FF Blue

📋 copy color: '#1225FF'

red 18 ◦ green 37 ◦ blue 255

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

Shades of Blue #1225FF

Tints of Blue #1225FF

RGB

 RED value IS 18 (7.42% from 255) = 5.81%

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 255 (100% from 255) = 82.26%

R = 5.81%
G = 11.94%
B = 82.26%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1225FF (or 0x1225FF) is known color: Blue. HEX triplet: 12, 25 and FF. RGB value is (18,37,255). Sum of RGB (Red+Green+Blue) = 18+37+255=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #1225FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1225FF is #EDDA00. Grayscale: #373737. Windows color (decimal): -15587841 or 16721170. OLE color: 16721170.

HSL color Cylindrical-coordinate representation of color #1225FF: hue angle of 235.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1225FF is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 37 255 -
CMYK 0.93 0.85 0 0
HSL 235.19º 1% 0.54% -
HSV(B) 235.19º 0.93% 1% -
XYZ 18.96 8.67 95.28 -
YUV 56.17 240.21 100.77 -
System Red Green Blue C M Y K H S L
Decimal 18 37 255 0.93 0.85 0 0 235.19 1 0.54
Hex 12 25 FF 5D 55 0 0 EB 64 36
Octal 22 45 377 135 125 0 0 353 144 66
Binary 10010 100101 11111111 1011101 1010101 0 0 11101011 1100100 110110

Color Harmonies of #1225FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1225FF

Black with #1225FF

Text Example


Text Example

White with #1225FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1225FF; }

 p { color: rgb(18,37,255); }

 H1.HeaderClassName
 {
   color: #1225FF;
 }
 .AnyTagClassName
 {
   color: #1225FF;
 }
</style>

background-color css

<style>
 a { background-color: #1225FF; }

 a { background-color: rgb(18,37,255); }

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

border-color css

<style>
 span { border-color: #1225FF; }

 span { border-color: rgb(18,37,255); }

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