Html Css Color HEX #112AFA Blue

📋 copy color: '#112AFA'

red 17 ◦ green 42 ◦ blue 250

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

Shades of Blue #112AFA

Tints of Blue #112AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

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

R = 5.5%
G = 13.59%
B = 80.91%

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

#112AFA (or 0x112AFA) is known color: Blue. HEX triplet: 11, 2A and FA. RGB value is (17,42,250). Sum of RGB (Red+Green+Blue) = 17+42+250=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #112AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112AFA is #EED505. Grayscale: #393939. Windows color (decimal): -15652102 or 16394769. OLE color: 16394769.

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

Color convert

RGB 17 42 250 -
CMYK 0.93 0.83 0 0.02
HSL 233.56º 0.96% 0.52% -
HSV(B) 233.56º 0.93% 0.98% -
XYZ 18.31 8.68 91.15 -
YUV 58.24 236.22 98.59 -
System Red Green Blue C M Y K H S L
Decimal 17 42 250 0.93 0.83 0 0.02 233.56 0.96 0.52
Hex 11 2A FA 5D 53 0 2 EA 60 34
Octal 21 52 372 135 123 0 2 352 140 64
Binary 10001 101010 11111010 1011101 1010011 0 10 11101010 1100000 110100

Color Harmonies of #112AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112AFA

Black with #112AFA

Text Example


Text Example

White with #112AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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