Html Css Color HEX #073DED Persian Blue

📋 copy color: '#073DED'

red 7 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #073DED

Tints of Persian Blue #073DED

RGB

 RED value IS 7 (3.13% from 255) = 2.3%

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 2.3%
G = 20%
B = 77.7%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#073DED (or 0x073DED) is known color: Persian Blue. HEX triplet: 07, 3D and ED. RGB value is (7,61,237). Sum of RGB (Red+Green+Blue) = 7+61+237=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #073DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073DED is #F8C212. Grayscale: #404040. Windows color (decimal): -16302611 or 15547655. OLE color: 15547655.

HSL color Cylindrical-coordinate representation of color #073DED: hue angle of 225.91º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073DED is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 61 237 -
CMYK 0.97 0.74 0 0.07
HSL 225.91º 0.94% 0.48% -
HSV(B) 225.91º 0.97% 0.93% -
XYZ 17.04 9.5 81.06 -
YUV 64.92 225.11 86.69 -
System Red Green Blue C M Y K H S L
Decimal 7 61 237 0.97 0.74 0 0.07 225.91 0.94 0.48
Hex 7 3D ED 61 4A 0 7 E2 5E 30
Octal 7 75 355 141 112 0 7 342 136 60
Binary 111 111101 11101101 1100001 1001010 0 111 11100010 1011110 110000

Color Harmonies of #073DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073DED

Black with #073DED

Text Example


Text Example

White with #073DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073DED; }

 p { color: rgb(7,61,237); }

 H1.HeaderClassName
 {
   color: #073DED;
 }
 .AnyTagClassName
 {
   color: #073DED;
 }
</style>

background-color css

<style>
 a { background-color: #073DED; }

 a { background-color: rgb(7,61,237); }

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

border-color css

<style>
 span { border-color: #073DED; }

 span { border-color: rgb(7,61,237); }

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