Html Css Color HEX #1D25EC Blue

📋 copy color: '#1D25EC'

red 29 ◦ green 37 ◦ blue 236

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

Shades of Blue #1D25EC

Tints of Blue #1D25EC

RGB

 RED value IS 29 (11.72% from 255) = 9.6%

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

 BLUE value IS 236 (92.58% from 255) = 78.15%

R = 9.6%
G = 12.25%
B = 78.15%

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

#1D25EC (or 0x1D25EC) is known color: Blue. HEX triplet: 1D, 25 and EC. RGB value is (29,37,236). Sum of RGB (Red+Green+Blue) = 29+37+236=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D25EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D25EC is #E2DA13. Grayscale: #383838. Windows color (decimal): -14866964 or 15475997. OLE color: 15475997.

HSL color Cylindrical-coordinate representation of color #1D25EC: hue angle of 237.68º degrees, saturation: 0.84, 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 #1D25EC is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 37 236 -
CMYK 0.88 0.84 0 0.07
HSL 237.68º 0.84% 0.52% -
HSV(B) 237.68º 0.88% 0.93% -
XYZ 16.31 7.64 79.97 -
YUV 57.29 228.85 107.82 -
System Red Green Blue C M Y K H S L
Decimal 29 37 236 0.88 0.84 0 0.07 237.68 0.84 0.52
Hex 1D 25 EC 58 54 0 7 EE 54 34
Octal 35 45 354 130 124 0 7 356 124 64
Binary 11101 100101 11101100 1011000 1010100 0 111 11101110 1010100 110100

Color Harmonies of #1D25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D25EC

Black with #1D25EC

Text Example


Text Example

White with #1D25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,37,236); }

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

background-color css

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

 a { background-color: rgb(29,37,236); }

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

border-color css

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

 span { border-color: rgb(29,37,236); }

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