Html Css Color HEX #1035ED Persian Blue

📋 copy color: '#1035ED'

red 16 ◦ green 53 ◦ blue 237

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

Shades of Persian Blue #1035ED

Tints of Persian Blue #1035ED

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 237 (92.97% from 255) = 77.45%

R = 5.23%
G = 17.32%
B = 77.45%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1035ED (or 0x1035ED) is known color: Persian Blue. HEX triplet: 10, 35 and ED. RGB value is (16,53,237). Sum of RGB (Red+Green+Blue) = 16+53+237=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #1035ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1035ED is #EFCA12. Grayscale: #3E3E3E. Windows color (decimal): -15714835 or 15545616. OLE color: 15545616.

HSL color Cylindrical-coordinate representation of color #1035ED: hue angle of 229.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1035ED is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 53 237 -
CMYK 0.93 0.78 0 0.07
HSL 229.95º 0.87% 0.5% -
HSV(B) 229.95º 0.93% 0.93% -
XYZ 16.77 8.77 80.93 -
YUV 62.91 226.24 94.54 -
System Red Green Blue C M Y K H S L
Decimal 16 53 237 0.93 0.78 0 0.07 229.95 0.87 0.5
Hex 10 35 ED 5D 4E 0 7 E6 57 32
Octal 20 65 355 135 116 0 7 346 127 62
Binary 10000 110101 11101101 1011101 1001110 0 111 11100110 1010111 110010

Color Harmonies of #1035ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035ED

Black with #1035ED

Text Example


Text Example

White with #1035ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1035ED; }

 p { color: rgb(16,53,237); }

 H1.HeaderClassName
 {
   color: #1035ED;
 }
 .AnyTagClassName
 {
   color: #1035ED;
 }
</style>

background-color css

<style>
 a { background-color: #1035ED; }

 a { background-color: rgb(16,53,237); }

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

border-color css

<style>
 span { border-color: #1035ED; }

 span { border-color: rgb(16,53,237); }

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