Html Css Color HEX #1300FD Blue

📋 copy color: '#1300FD'

red 19 ◦ green 0 ◦ blue 253

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

Shades of Blue #1300FD

Tints of Blue #1300FD

RGB

 RED value IS 19 (7.81% from 255) = 6.99%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.99%
G = 0%
B = 93.01%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1300FD (or 0x1300FD) is known color: Blue. HEX triplet: 13, 00 and FD. RGB value is (19,0,253). Sum of RGB (Red+Green+Blue) = 19+0+253=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 253 (99.22% from 255 or 93.01% from 272); Max value from RGB is 253 - color contains mainly: blue. Hex color #1300FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1300FD is #ECFF02. Grayscale: #212121. Windows color (decimal): -15531779 or 16580627. OLE color: 16580627.

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

Color convert

RGB 19 0 253 -
CMYK 0.92 1 0 0.01
HSL 244.51º 1% 0.5% -
HSV(B) 244.51º 1% 0.99% -
XYZ 18 7.23 93.38 -
YUV 34.52 251.29 116.93 -
System Red Green Blue C M Y K H S L
Decimal 19 0 253 0.92 1 0 0.01 244.51 1 0.5
Hex 13 0 FD 5C 64 0 1 F5 64 32
Octal 23 0 375 134 144 0 1 365 144 62
Binary 10011 0 11111101 1011100 1100100 0 1 11110101 1100100 110010

Color Harmonies of #1300FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1300FD

Black with #1300FD

Text Example


Text Example

White with #1300FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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