Html Css Color HEX #1307FD Blue

📋 copy color: '#1307FD'

red 19 ◦ green 7 ◦ blue 253

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

Shades of Blue #1307FD

Tints of Blue #1307FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 6.81%
G = 2.51%
B = 90.68%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1307FD (or 0x1307FD) is known color: Blue. HEX triplet: 13, 07 and FD. RGB value is (19,7,253). Sum of RGB (Red+Green+Blue) = 19+7+253=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #1307FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1307FD is #ECF802. Grayscale: #252525. Windows color (decimal): -15529987 or 16582419. OLE color: 16582419.

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

Color convert

RGB 19 7 253 -
CMYK 0.92 0.97 0 0.01
HSL 242.93º 0.98% 0.51% -
HSV(B) 242.93º 0.97% 0.99% -
XYZ 18.07 7.38 93.4 -
YUV 38.63 248.98 114 -
System Red Green Blue C M Y K H S L
Decimal 19 7 253 0.92 0.97 0 0.01 242.93 0.98 0.51
Hex 13 7 FD 5C 61 0 1 F3 62 33
Octal 23 7 375 134 141 0 1 363 142 63
Binary 10011 111 11111101 1011100 1100001 0 1 11110011 1100010 110011

Color Harmonies of #1307FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1307FD

Black with #1307FD

Text Example


Text Example

White with #1307FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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