Html Css Color HEX #1231F9 Blue

📋 copy color: '#1231F9'

red 18 ◦ green 49 ◦ blue 249

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

Shades of Blue #1231F9

Tints of Blue #1231F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 78.8%

R = 5.7%
G = 15.51%
B = 78.8%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1231F9 (or 0x1231F9) is known color: Blue. HEX triplet: 12, 31 and F9. RGB value is (18,49,249). Sum of RGB (Red+Green+Blue) = 18+49+249=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 249 (97.66% from 255 or 78.80% from 316); Max value from RGB is 249 - color contains mainly: blue. Hex color #1231F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231F9 is #EDCE06. Grayscale: #3D3D3D. Windows color (decimal): -15584775 or 16331026. OLE color: 16331026.

HSL color Cylindrical-coordinate representation of color #1231F9: hue angle of 231.95º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1231F9 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 49 249 -
CMYK 0.93 0.80 0 0.02
HSL 231.95º 0.95% 0.52% -
HSV(B) 231.95º 0.93% 0.98% -
XYZ 18.45 9.16 90.42 -
YUV 62.53 233.23 96.24 -
System Red Green Blue C M Y K H S L
Decimal 18 49 249 0.93 0.80 0 0.02 231.95 0.95 0.52
Hex 12 31 F9 5D 50 0 2 E8 5F 34
Octal 22 61 371 135 120 0 2 350 137 64
Binary 10010 110001 11111001 1011101 1010000 0 10 11101000 1011111 110100

Color Harmonies of #1231F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231F9

Black with #1231F9

Text Example


Text Example

White with #1231F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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