Html Css Color HEX #1231FD Blue

📋 copy color: '#1231FD'

red 18 ◦ green 49 ◦ blue 253

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

Shades of Blue #1231FD

Tints of Blue #1231FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 5.63%
G = 15.31%
B = 79.06%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1231FD (or 0x1231FD) is known color: Blue. HEX triplet: 12, 31 and FD. RGB value is (18,49,253). Sum of RGB (Red+Green+Blue) = 18+49+253=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #1231FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231FD is #EDCE02. Grayscale: #3E3E3E. Windows color (decimal): -15584771 or 16593170. OLE color: 16593170.

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

Color convert

RGB 18 49 253 -
CMYK 0.93 0.81 0 0.01
HSL 232.09º 0.98% 0.53% -
HSV(B) 232.09º 0.93% 0.99% -
XYZ 19.08 9.42 93.74 -
YUV 62.99 235.23 95.91 -
System Red Green Blue C M Y K H S L
Decimal 18 49 253 0.93 0.81 0 0.01 232.09 0.98 0.53
Hex 12 31 FD 5D 51 0 1 E8 62 35
Octal 22 61 375 135 121 0 1 350 142 65
Binary 10010 110001 11111101 1011101 1010001 0 1 11101000 1100010 110101

Color Harmonies of #1231FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231FD

Black with #1231FD

Text Example


Text Example

White with #1231FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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