Html Css Color HEX #0D25FE Blue

📋 copy color: '#0D25FE'

red 13 ◦ green 37 ◦ blue 254

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

Shades of Blue #0D25FE

Tints of Blue #0D25FE

RGB

 RED value IS 13 (5.47% from 255) = 4.28%

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

 BLUE value IS 254 (99.61% from 255) = 83.55%

R = 4.28%
G = 12.17%
B = 83.55%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0D25FE (or 0x0D25FE) is known color: Blue. HEX triplet: 0D, 25 and FE. RGB value is (13,37,254). Sum of RGB (Red+Green+Blue) = 13+37+254=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 254 (99.61% from 255 or 83.55% from 304); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D25FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D25FE is #F2DA01. Grayscale: #353535. Windows color (decimal): -15915522 or 16655629. OLE color: 16655629.

HSL color Cylindrical-coordinate representation of color #0D25FE: hue angle of 234.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D25FE is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 13 37 254 -
CMYK 0.95 0.85 0 0.00
HSL 234.02º 0.99% 0.52% -
HSV(B) 234.02º 0.95% 1% -
XYZ 18.72 8.56 94.43 -
YUV 54.56 240.55 98.36 -
System Red Green Blue C M Y K H S L
Decimal 13 37 254 0.95 0.85 0 0.00 234.02 0.99 0.52
Hex D 25 FE 5F 55 0 0 EA 63 34
Octal 15 45 376 137 125 0 0 352 143 64
Binary 1101 100101 11111110 1011111 1010101 0 0 11101010 1100011 110100

Color Harmonies of #0D25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D25FE

Black with #0D25FE

Text Example


Text Example

White with #0D25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D25FE; }

 p { color: rgb(13,37,254); }

 H1.HeaderClassName
 {
   color: #0D25FE;
 }
 .AnyTagClassName
 {
   color: #0D25FE;
 }
</style>

background-color css

<style>
 a { background-color: #0D25FE; }

 a { background-color: rgb(13,37,254); }

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

border-color css

<style>
 span { border-color: #0D25FE; }

 span { border-color: rgb(13,37,254); }

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