Html Css Color HEX #1204FD Blue

📋 copy color: '#1204FD'

red 18 ◦ green 4 ◦ blue 253

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

Shades of Blue #1204FD

Tints of Blue #1204FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 6.55%
G = 1.45%
B = 92%

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

#1204FD (or 0x1204FD) is known color: Blue. HEX triplet: 12, 04 and FD. RGB value is (18,4,253). Sum of RGB (Red+Green+Blue) = 18+4+253=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #1204FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1204FD is #EDFB02. Grayscale: #232323. Windows color (decimal): -15596291 or 16581650. OLE color: 16581650.

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

Color convert

RGB 18 4 253 -
CMYK 0.93 0.98 0 0.01
HSL 243.37º 0.98% 0.5% -
HSV(B) 243.37º 0.98% 0.99% -
XYZ 18.02 7.31 93.39 -
YUV 36.57 250.14 114.75 -
System Red Green Blue C M Y K H S L
Decimal 18 4 253 0.93 0.98 0 0.01 243.37 0.98 0.5
Hex 12 4 FD 5D 62 0 1 F3 62 32
Octal 22 4 375 135 142 0 1 363 142 62
Binary 10010 100 11111101 1011101 1100010 0 1 11110011 1100010 110010

Color Harmonies of #1204FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1204FD

Black with #1204FD

Text Example


Text Example

White with #1204FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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