Html Css Color HEX #112BFA Blue

📋 copy color: '#112BFA'

red 17 ◦ green 43 ◦ blue 250

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

Shades of Blue #112BFA

Tints of Blue #112BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 5.48%
G = 13.87%
B = 80.65%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#112BFA (or 0x112BFA) is known color: Blue. HEX triplet: 11, 2B and FA. RGB value is (17,43,250). Sum of RGB (Red+Green+Blue) = 17+43+250=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #112BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112BFA is #EED405. Grayscale: #393939. Windows color (decimal): -15651846 or 16395025. OLE color: 16395025.

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

Color convert

RGB 17 43 250 -
CMYK 0.93 0.83 0 0.02
HSL 233.3º 0.96% 0.52% -
HSV(B) 233.3º 0.93% 0.98% -
XYZ 18.35 8.75 91.16 -
YUV 58.82 235.89 98.17 -
System Red Green Blue C M Y K H S L
Decimal 17 43 250 0.93 0.83 0 0.02 233.3 0.96 0.52
Hex 11 2B FA 5D 53 0 2 E9 60 34
Octal 21 53 372 135 123 0 2 351 140 64
Binary 10001 101011 11111010 1011101 1010011 0 10 11101001 1100000 110100

Color Harmonies of #112BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BFA

Black with #112BFA

Text Example


Text Example

White with #112BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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