Html Css Color HEX #0913FD Blue

📋 copy color: '#0913FD'

red 9 ◦ green 19 ◦ blue 253

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

Shades of Blue #0913FD

Tints of Blue #0913FD

RGB

 RED value IS 9 (3.91% from 255) = 3.2%

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 3.2%
G = 6.76%
B = 90.04%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0913FD (or 0x0913FD) is known color: Blue. HEX triplet: 09, 13 and FD. RGB value is (9,19,253). Sum of RGB (Red+Green+Blue) = 9+19+253=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 253 (99.22% from 255 or 90.04% from 281); Max value from RGB is 253 - color contains mainly: blue. Hex color #0913FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0913FD is #F6EC02. Grayscale: #292929. Windows color (decimal): -16182275 or 16585481. OLE color: 16585481.

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

Color convert

RGB 9 19 253 -
CMYK 0.96 0.92 0 0.01
HSL 237.54º 0.98% 0.51% -
HSV(B) 237.54º 0.96% 0.99% -
XYZ 18.08 7.62 93.45 -
YUV 42.69 246.69 103.97 -
System Red Green Blue C M Y K H S L
Decimal 9 19 253 0.96 0.92 0 0.01 237.54 0.98 0.51
Hex 9 13 FD 60 5C 0 1 EE 62 33
Octal 11 23 375 140 134 0 1 356 142 63
Binary 1001 10011 11111101 1100000 1011100 0 1 11101110 1100010 110011

Color Harmonies of #0913FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0913FD

Black with #0913FD

Text Example


Text Example

White with #0913FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,19,253); }

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

background-color css

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

 a { background-color: rgb(9,19,253); }

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

border-color css

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

 span { border-color: rgb(9,19,253); }

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