Html Css Color HEX #1306F8 Blue

📋 copy color: '#1306F8'

red 19 ◦ green 6 ◦ blue 248

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

Shades of Blue #1306F8

Tints of Blue #1306F8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 248 (97.27% from 255) = 90.84%

R = 6.96%
G = 2.2%
B = 90.84%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1306F8 (or 0x1306F8) is known color: Blue. HEX triplet: 13, 06 and F8. RGB value is (19,6,248). Sum of RGB (Red+Green+Blue) = 19+6+248=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 248 (97.27% from 255 or 90.84% from 273); Max value from RGB is 248 - color contains mainly: blue. Hex color #1306F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1306F8 is #ECF907. Grayscale: #242424. Windows color (decimal): -15530248 or 16254483. OLE color: 16254483.

HSL color Cylindrical-coordinate representation of color #1306F8: hue angle of 243.22º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1306F8 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 6 248 -
CMYK 0.92 0.98 0 0.03
HSL 243.22º 0.95% 0.5% -
HSV(B) 243.22º 0.98% 0.97% -
XYZ 17.28 7.05 89.26 -
YUV 37.48 246.81 114.82 -
System Red Green Blue C M Y K H S L
Decimal 19 6 248 0.92 0.98 0 0.03 243.22 0.95 0.5
Hex 13 6 F8 5C 62 0 3 F3 5F 32
Octal 23 6 370 134 142 0 3 363 137 62
Binary 10011 110 11111000 1011100 1100010 0 11 11110011 1011111 110010

Color Harmonies of #1306F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1306F8

Black with #1306F8

Text Example


Text Example

White with #1306F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1306F8; }

 p { color: rgb(19,6,248); }

 H1.HeaderClassName
 {
   color: #1306F8;
 }
 .AnyTagClassName
 {
   color: #1306F8;
 }
</style>

background-color css

<style>
 a { background-color: #1306F8; }

 a { background-color: rgb(19,6,248); }

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

border-color css

<style>
 span { border-color: #1306F8; }

 span { border-color: rgb(19,6,248); }

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