Html Css Color HEX #1825EA Blue

📋 copy color: '#1825EA'

red 24 ◦ green 37 ◦ blue 234

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

Shades of Blue #1825EA

Tints of Blue #1825EA

RGB

 RED value IS 24 (9.77% from 255) = 8.14%

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

 BLUE value IS 234 (91.8% from 255) = 79.32%

R = 8.14%
G = 12.54%
B = 79.32%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1825EA (or 0x1825EA) is known color: Blue. HEX triplet: 18, 25 and EA. RGB value is (24,37,234). Sum of RGB (Red+Green+Blue) = 24+37+234=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #1825EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1825EA is #E7DA15. Grayscale: #363636. Windows color (decimal): -15194646 or 15344920. OLE color: 15344920.

HSL color Cylindrical-coordinate representation of color #1825EA: hue angle of 236.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1825EA is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 37 234 -
CMYK 0.90 0.84 0 0.08
HSL 236.29º 0.83% 0.51% -
HSV(B) 236.29º 0.9% 0.92% -
XYZ 15.89 7.46 78.44 -
YUV 55.57 228.69 105.48 -
System Red Green Blue C M Y K H S L
Decimal 24 37 234 0.90 0.84 0 0.08 236.29 0.83 0.51
Hex 18 25 EA 5A 54 0 8 EC 53 33
Octal 30 45 352 132 124 0 10 354 123 63
Binary 11000 100101 11101010 1011010 1010100 0 1000 11101100 1010011 110011

Color Harmonies of #1825EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825EA

Black with #1825EA

Text Example


Text Example

White with #1825EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1825EA; }

 p { color: rgb(24,37,234); }

 H1.HeaderClassName
 {
   color: #1825EA;
 }
 .AnyTagClassName
 {
   color: #1825EA;
 }
</style>

background-color css

<style>
 a { background-color: #1825EA; }

 a { background-color: rgb(24,37,234); }

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

border-color css

<style>
 span { border-color: #1825EA; }

 span { border-color: rgb(24,37,234); }

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