Html Css Color HEX #0739D0 Persian Blue

📋 copy color: '#0739D0'

red 7 ◦ green 57 ◦ blue 208

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

Shades of Persian Blue #0739D0

Tints of Persian Blue #0739D0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 208 (81.64% from 255) = 76.47%

R = 2.57%
G = 20.96%
B = 76.47%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0739D0 (or 0x0739D0) is known color: Persian Blue. HEX triplet: 07, 39 and D0. RGB value is (7,57,208). Sum of RGB (Red+Green+Blue) = 7+57+208=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 208 (81.64% from 255 or 76.47% from 272); Max value from RGB is 208 - color contains mainly: blue. Hex color #0739D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0739D0 is #F8C62F. Grayscale: #3A3A3A. Windows color (decimal): -16303664 or 13646087. OLE color: 13646087.

HSL color Cylindrical-coordinate representation of color #0739D0: hue angle of 225.07º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0739D0 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 57 208 -
CMYK 0.97 0.73 0 0.18
HSL 225.07º 0.93% 0.42% -
HSV(B) 225.07º 0.97% 0.82% -
XYZ 12.94 7.53 60.45 -
YUV 59.26 211.94 90.72 -
System Red Green Blue C M Y K H S L
Decimal 7 57 208 0.97 0.73 0 0.18 225.07 0.93 0.42
Hex 7 39 D0 61 49 0 12 E1 5D 2A
Octal 7 71 320 141 111 0 22 341 135 52
Binary 111 111001 11010000 1100001 1001001 0 10010 11100001 1011101 101010

Color Harmonies of #0739D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0739D0

Black with #0739D0

Text Example


Text Example

White with #0739D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0739D0; }

 p { color: rgb(7,57,208); }

 H1.HeaderClassName
 {
   color: #0739D0;
 }
 .AnyTagClassName
 {
   color: #0739D0;
 }
</style>

background-color css

<style>
 a { background-color: #0739D0; }

 a { background-color: rgb(7,57,208); }

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

border-color css

<style>
 span { border-color: #0739D0; }

 span { border-color: rgb(7,57,208); }

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