Html Css Color HEX #102EDD Persian Blue

📋 copy color: '#102EDD'

red 16 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #102EDD

Tints of Persian Blue #102EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 221 (86.72% from 255) = 78.09%

R = 5.65%
G = 16.25%
B = 78.09%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#102EDD (or 0x102EDD) is known color: Persian Blue. HEX triplet: 10, 2E and DD. RGB value is (16,46,221). Sum of RGB (Red+Green+Blue) = 16+46+221=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #102EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102EDD is #EFD122. Grayscale: #383838. Windows color (decimal): -15716643 or 14495248. OLE color: 14495248.

HSL color Cylindrical-coordinate representation of color #102EDD: hue angle of 231.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102EDD is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 46 221 -
CMYK 0.93 0.79 0 0.13
HSL 231.22º 0.86% 0.46% -
HSV(B) 231.22º 0.93% 0.87% -
XYZ 14.24 7.28 69.06 -
YUV 56.98 220.56 98.77 -
System Red Green Blue C M Y K H S L
Decimal 16 46 221 0.93 0.79 0 0.13 231.22 0.86 0.46
Hex 10 2E DD 5D 4F 0 D E7 56 2E
Octal 20 56 335 135 117 0 15 347 126 56
Binary 10000 101110 11011101 1011101 1001111 0 1101 11100111 1010110 101110

Color Harmonies of #102EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102EDD

Black with #102EDD

Text Example


Text Example

White with #102EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102EDD; }

 p { color: rgb(16,46,221); }

 H1.HeaderClassName
 {
   color: #102EDD;
 }
 .AnyTagClassName
 {
   color: #102EDD;
 }
</style>

background-color css

<style>
 a { background-color: #102EDD; }

 a { background-color: rgb(16,46,221); }

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

border-color css

<style>
 span { border-color: #102EDD; }

 span { border-color: rgb(16,46,221); }

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