Html Css Color HEX #113CFA Persian Blue

📋 copy color: '#113CFA'

red 17 ◦ green 60 ◦ blue 250

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

Shades of Persian Blue #113CFA

Tints of Persian Blue #113CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 5.2%
G = 18.35%
B = 76.45%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#113CFA (or 0x113CFA) is known color: Persian Blue. HEX triplet: 11, 3C and FA. RGB value is (17,60,250). Sum of RGB (Red+Green+Blue) = 17+60+250=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #113CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CFA is #EEC305. Grayscale: #444444. Windows color (decimal): -15647494 or 16399377. OLE color: 16399377.

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

Color convert

RGB 17 60 250 -
CMYK 0.93 0.76 0 0.02
HSL 228.93º 0.96% 0.52% -
HSV(B) 228.93º 0.93% 0.98% -
XYZ 19.1 10.25 91.41 -
YUV 68.8 230.25 91.05 -
System Red Green Blue C M Y K H S L
Decimal 17 60 250 0.93 0.76 0 0.02 228.93 0.96 0.52
Hex 11 3C FA 5D 4C 0 2 E5 60 34
Octal 21 74 372 135 114 0 2 345 140 64
Binary 10001 111100 11111010 1011101 1001100 0 10 11100101 1100000 110100

Color Harmonies of #113CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CFA

Black with #113CFA

Text Example


Text Example

White with #113CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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