Html Css Color HEX #1C25EE Blue

📋 copy color: '#1C25EE'

red 28 ◦ green 37 ◦ blue 238

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

Shades of Blue #1C25EE

Tints of Blue #1C25EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 78.55%

R = 9.24%
G = 12.21%
B = 78.55%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1C25EE (or 0x1C25EE) is known color: Blue. HEX triplet: 1C, 25 and EE. RGB value is (28,37,238). Sum of RGB (Red+Green+Blue) = 28+37+238=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #1C25EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C25EE is #E3DA11. Grayscale: #383838. Windows color (decimal): -14932498 or 15607068. OLE color: 15607068.

HSL color Cylindrical-coordinate representation of color #1C25EE: hue angle of 237.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C25EE is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 37 238 -
CMYK 0.88 0.84 0 0.07
HSL 237.43º 0.86% 0.52% -
HSV(B) 237.43º 0.88% 0.93% -
XYZ 16.57 7.74 81.51 -
YUV 57.22 230.02 107.16 -
System Red Green Blue C M Y K H S L
Decimal 28 37 238 0.88 0.84 0 0.07 237.43 0.86 0.52
Hex 1C 25 EE 58 54 0 7 ED 56 34
Octal 34 45 356 130 124 0 7 355 126 64
Binary 11100 100101 11101110 1011000 1010100 0 111 11101101 1010110 110100

Color Harmonies of #1C25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C25EE

Black with #1C25EE

Text Example


Text Example

White with #1C25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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