Html Css Color HEX #1825FD Blue

📋 copy color: '#1825FD'

red 24 ◦ green 37 ◦ blue 253

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

Shades of Blue #1825FD

Tints of Blue #1825FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 80.57%

R = 7.64%
G = 11.78%
B = 80.57%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1825FD (or 0x1825FD) is known color: Blue. HEX triplet: 18, 25 and FD. RGB value is (24,37,253). Sum of RGB (Red+Green+Blue) = 24+37+253=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #1825FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1825FD is #E7DA02. Grayscale: #383838. Windows color (decimal): -15194627 or 16590104. OLE color: 16590104.

HSL color Cylindrical-coordinate representation of color #1825FD: hue angle of 236.59º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1825FD is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 37 253 -
CMYK 0.91 0.85 0 0.01
HSL 236.59º 0.98% 0.54% -
HSV(B) 236.59º 0.91% 0.99% -
XYZ 18.77 8.61 93.6 -
YUV 57.74 238.19 103.94 -
System Red Green Blue C M Y K H S L
Decimal 24 37 253 0.91 0.85 0 0.01 236.59 0.98 0.54
Hex 18 25 FD 5B 55 0 1 ED 62 36
Octal 30 45 375 133 125 0 1 355 142 66
Binary 11000 100101 11111101 1011011 1010101 0 1 11101101 1100010 110110

Color Harmonies of #1825FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825FD

Black with #1825FD

Text Example


Text Example

White with #1825FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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