Html Css Color HEX #103CF2 Persian Blue

📋 copy color: '#103CF2'

red 16 ◦ green 60 ◦ blue 242

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

Shades of Persian Blue #103CF2

Tints of Persian Blue #103CF2

RGB

 RED value IS 16 (6.64% from 255) = 5.03%

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

 BLUE value IS 242 (94.92% from 255) = 76.1%

R = 5.03%
G = 18.87%
B = 76.1%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#103CF2 (or 0x103CF2) is known color: Persian Blue. HEX triplet: 10, 3C and F2. RGB value is (16,60,242). Sum of RGB (Red+Green+Blue) = 16+60+242=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 242 (94.92% from 255 or 76.10% from 318); Max value from RGB is 242 - color contains mainly: blue. Hex color #103CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CF2 is #EFC30D. Grayscale: #424242. Windows color (decimal): -15713038 or 15875088. OLE color: 15875088.

HSL color Cylindrical-coordinate representation of color #103CF2: hue angle of 228.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103CF2 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 60 242 -
CMYK 0.93 0.75 0 0.05
HSL 228.32º 0.9% 0.51% -
HSV(B) 228.32º 0.93% 0.95% -
XYZ 17.86 9.75 84.95 -
YUV 67.59 226.42 91.2 -
System Red Green Blue C M Y K H S L
Decimal 16 60 242 0.93 0.75 0 0.05 228.32 0.9 0.51
Hex 10 3C F2 5D 4B 0 5 E4 5A 33
Octal 20 74 362 135 113 0 5 344 132 63
Binary 10000 111100 11110010 1011101 1001011 0 101 11100100 1011010 110011

Color Harmonies of #103CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CF2

Black with #103CF2

Text Example


Text Example

White with #103CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103CF2; }

 p { color: rgb(16,60,242); }

 H1.HeaderClassName
 {
   color: #103CF2;
 }
 .AnyTagClassName
 {
   color: #103CF2;
 }
</style>

background-color css

<style>
 a { background-color: #103CF2; }

 a { background-color: rgb(16,60,242); }

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

border-color css

<style>
 span { border-color: #103CF2; }

 span { border-color: rgb(16,60,242); }

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