Html Css Color HEX #1205FD Blue

📋 copy color: '#1205FD'

red 18 ◦ green 5 ◦ blue 253

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

Shades of Blue #1205FD

Tints of Blue #1205FD

RGB

 RED value IS 18 (7.42% from 255) = 6.52%

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 6.52%
G = 1.81%
B = 91.67%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1205FD (or 0x1205FD) is known color: Blue. HEX triplet: 12, 05 and FD. RGB value is (18,5,253). Sum of RGB (Red+Green+Blue) = 18+5+253=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #1205FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1205FD is #EDFA02. Grayscale: #242424. Windows color (decimal): -15596035 or 16581906. OLE color: 16581906.

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

Color convert

RGB 18 5 253 -
CMYK 0.93 0.98 0 0.01
HSL 243.15º 0.98% 0.51% -
HSV(B) 243.15º 0.98% 0.99% -
XYZ 18.03 7.33 93.39 -
YUV 37.16 249.81 114.33 -
System Red Green Blue C M Y K H S L
Decimal 18 5 253 0.93 0.98 0 0.01 243.15 0.98 0.51
Hex 12 5 FD 5D 62 0 1 F3 62 33
Octal 22 5 375 135 142 0 1 363 142 63
Binary 10010 101 11111101 1011101 1100010 0 1 11110011 1100010 110011

Color Harmonies of #1205FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1205FD

Black with #1205FD

Text Example


Text Example

White with #1205FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,5,253); }

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

background-color css

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

 a { background-color: rgb(18,5,253); }

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

border-color css

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

 span { border-color: rgb(18,5,253); }

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