Html Css Color HEX #112CFA Blue

📋 copy color: '#112CFA'

red 17 ◦ green 44 ◦ blue 250

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

Shades of Blue #112CFA

Tints of Blue #112CFA

RGB

 RED value IS 17 (7.03% from 255) = 5.47%

 GREEN value IS 44 (17.58% from 255) = 14.15%

 BLUE value IS 250 (98.05% from 255) = 80.39%

R = 5.47%
G = 14.15%
B = 80.39%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#112CFA (or 0x112CFA) is known color: Blue. HEX triplet: 11, 2C and FA. RGB value is (17,44,250). Sum of RGB (Red+Green+Blue) = 17+44+250=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #112CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CFA is #EED305. Grayscale: #3A3A3A. Windows color (decimal): -15651590 or 16395281. OLE color: 16395281.

HSL color Cylindrical-coordinate representation of color #112CFA: hue angle of 233.05º degrees, saturation: 0.96, 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 #112CFA is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 44 250 -
CMYK 0.93 0.82 0 0.02
HSL 233.05º 0.96% 0.52% -
HSV(B) 233.05º 0.93% 0.98% -
XYZ 18.39 8.82 91.18 -
YUV 59.41 235.55 97.75 -
System Red Green Blue C M Y K H S L
Decimal 17 44 250 0.93 0.82 0 0.02 233.05 0.96 0.52
Hex 11 2C FA 5D 52 0 2 E9 60 34
Octal 21 54 372 135 122 0 2 351 140 64
Binary 10001 101100 11111010 1011101 1010010 0 10 11101001 1100000 110100

Color Harmonies of #112CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CFA

Black with #112CFA

Text Example


Text Example

White with #112CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112CFA; }

 p { color: rgb(17,44,250); }

 H1.HeaderClassName
 {
   color: #112CFA;
 }
 .AnyTagClassName
 {
   color: #112CFA;
 }
</style>

background-color css

<style>
 a { background-color: #112CFA; }

 a { background-color: rgb(17,44,250); }

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

border-color css

<style>
 span { border-color: #112CFA; }

 span { border-color: rgb(17,44,250); }

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