Html Css Color HEX #0737DF Persian Blue

📋 copy color: '#0737DF'

red 7 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #0737DF

Tints of Persian Blue #0737DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

 BLUE value IS 223 (87.5% from 255) = 78.25%

R = 2.46%
G = 19.3%
B = 78.25%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0737DF (or 0x0737DF) is known color: Persian Blue. HEX triplet: 07, 37 and DF. RGB value is (7,55,223). Sum of RGB (Red+Green+Blue) = 7+55+223=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #0737DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0737DF is #F8C820. Grayscale: #3B3B3B. Windows color (decimal): -16304161 or 14628615. OLE color: 14628615.

HSL color Cylindrical-coordinate representation of color #0737DF: hue angle of 226.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0737DF is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 55 223 -
CMYK 0.97 0.75 0 0.13
HSL 226.67º 0.94% 0.45% -
HSV(B) 226.67º 0.97% 0.87% -
XYZ 14.77 8.11 70.6 -
YUV 59.8 220.1 90.34 -
System Red Green Blue C M Y K H S L
Decimal 7 55 223 0.97 0.75 0 0.13 226.67 0.94 0.45
Hex 7 37 DF 61 4B 0 D E3 5E 2D
Octal 7 67 337 141 113 0 15 343 136 55
Binary 111 110111 11011111 1100001 1001011 0 1101 11100011 1011110 101101

Color Harmonies of #0737DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0737DF

Black with #0737DF

Text Example


Text Example

White with #0737DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0737DF; }

 p { color: rgb(7,55,223); }

 H1.HeaderClassName
 {
   color: #0737DF;
 }
 .AnyTagClassName
 {
   color: #0737DF;
 }
</style>

background-color css

<style>
 a { background-color: #0737DF; }

 a { background-color: rgb(7,55,223); }

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

border-color css

<style>
 span { border-color: #0737DF; }

 span { border-color: rgb(7,55,223); }

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