Html Css Color HEX #073BED Persian Blue

📋 copy color: '#073BED'

red 7 ◦ green 59 ◦ blue 237

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

Shades of Persian Blue #073BED

Tints of Persian Blue #073BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

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

R = 2.31%
G = 19.47%
B = 78.22%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#073BED (or 0x073BED) is known color: Persian Blue. HEX triplet: 07, 3B and ED. RGB value is (7,59,237). Sum of RGB (Red+Green+Blue) = 7+59+237=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #073BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073BED is #F8C412. Grayscale: #3E3E3E. Windows color (decimal): -16303123 or 15547143. OLE color: 15547143.

HSL color Cylindrical-coordinate representation of color #073BED: hue angle of 226.43º 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 #073BED is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 59 237 -
CMYK 0.97 0.75 0 0.07
HSL 226.43º 0.94% 0.48% -
HSV(B) 226.43º 0.97% 0.93% -
XYZ 16.94 9.29 81.02 -
YUV 63.74 225.77 87.53 -
System Red Green Blue C M Y K H S L
Decimal 7 59 237 0.97 0.75 0 0.07 226.43 0.94 0.48
Hex 7 3B ED 61 4B 0 7 E2 5E 30
Octal 7 73 355 141 113 0 7 342 136 60
Binary 111 111011 11101101 1100001 1001011 0 111 11100010 1011110 110000

Color Harmonies of #073BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073BED

Black with #073BED

Text Example


Text Example

White with #073BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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