Html Css Color HEX #1C0CF9 Blue

📋 copy color: '#1C0CF9'

red 28 ◦ green 12 ◦ blue 249

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

Shades of Blue #1C0CF9

Tints of Blue #1C0CF9

RGB

 RED value IS 28 (11.33% from 255) = 9.69%

 GREEN value IS 12 (5.08% from 255) = 4.15%

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

R = 9.69%
G = 4.15%
B = 86.16%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C0CF9 (or 0x1C0CF9) is known color: Blue. HEX triplet: 1C, 0C and F9. RGB value is (28,12,249). Sum of RGB (Red+Green+Blue) = 28+12+249=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 249 (97.66% from 255 or 86.16% from 289); Max value from RGB is 249 - color contains mainly: blue. Hex color #1C0CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0CF9 is #E3F306. Grayscale: #2A2A2A. Windows color (decimal): -14938887 or 16321564. OLE color: 16321564.

HSL color Cylindrical-coordinate representation of color #1C0CF9: hue angle of 244.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C0CF9 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 12 249 -
CMYK 0.89 0.95 0 0.02
HSL 244.05º 0.95% 0.51% -
HSV(B) 244.05º 0.95% 0.98% -
XYZ 17.71 7.35 90.11 -
YUV 43.8 243.8 116.73 -
System Red Green Blue C M Y K H S L
Decimal 28 12 249 0.89 0.95 0 0.02 244.05 0.95 0.51
Hex 1C C F9 59 5F 0 2 F4 5F 33
Octal 34 14 371 131 137 0 2 364 137 63
Binary 11100 1100 11111001 1011001 1011111 0 10 11110100 1011111 110011

Color Harmonies of #1C0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0CF9

Black with #1C0CF9

Text Example


Text Example

White with #1C0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C0CF9; }

 p { color: rgb(28,12,249); }

 H1.HeaderClassName
 {
   color: #1C0CF9;
 }
 .AnyTagClassName
 {
   color: #1C0CF9;
 }
</style>

background-color css

<style>
 a { background-color: #1C0CF9; }

 a { background-color: rgb(28,12,249); }

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

border-color css

<style>
 span { border-color: #1C0CF9; }

 span { border-color: rgb(28,12,249); }

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