Html Css Color HEX #1C25EF Blue

📋 copy color: '#1C25EF'

red 28 ◦ green 37 ◦ blue 239

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

Shades of Blue #1C25EF

Tints of Blue #1C25EF

RGB

 RED value IS 28 (11.33% from 255) = 9.21%

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

 BLUE value IS 239 (93.75% from 255) = 78.62%

R = 9.21%
G = 12.17%
B = 78.62%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C25EF (or 0x1C25EF) is known color: Blue. HEX triplet: 1C, 25 and EF. RGB value is (28,37,239). Sum of RGB (Red+Green+Blue) = 28+37+239=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C25EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C25EF is #E3DA10. Grayscale: #383838. Windows color (decimal): -14932497 or 15672604. OLE color: 15672604.

HSL color Cylindrical-coordinate representation of color #1C25EF: hue angle of 237.44º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C25EF is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 37 239 -
CMYK 0.88 0.85 0 0.06
HSL 237.44º 0.87% 0.52% -
HSV(B) 237.44º 0.88% 0.94% -
XYZ 16.72 7.8 82.29 -
YUV 57.34 230.52 107.07 -
System Red Green Blue C M Y K H S L
Decimal 28 37 239 0.88 0.85 0 0.06 237.44 0.87 0.52
Hex 1C 25 EF 58 55 0 6 ED 57 34
Octal 34 45 357 130 125 0 6 355 127 64
Binary 11100 100101 11101111 1011000 1010101 0 110 11101101 1010111 110100

Color Harmonies of #1C25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C25EF

Black with #1C25EF

Text Example


Text Example

White with #1C25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C25EF; }

 p { color: rgb(28,37,239); }

 H1.HeaderClassName
 {
   color: #1C25EF;
 }
 .AnyTagClassName
 {
   color: #1C25EF;
 }
</style>

background-color css

<style>
 a { background-color: #1C25EF; }

 a { background-color: rgb(28,37,239); }

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

border-color css

<style>
 span { border-color: #1C25EF; }

 span { border-color: rgb(28,37,239); }

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