Html Css Color HEX #072FDF Persian Blue

📋 copy color: '#072FDF'

red 7 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #072FDF

Tints of Persian Blue #072FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.97%

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

R = 2.53%
G = 16.97%
B = 80.51%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#072FDF (or 0x072FDF) is known color: Persian Blue. HEX triplet: 07, 2F and DF. RGB value is (7,47,223). Sum of RGB (Red+Green+Blue) = 7+47+223=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #072FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FDF is #F8D020. Grayscale: #363636. Windows color (decimal): -16306209 or 14626567. OLE color: 14626567.

HSL color Cylindrical-coordinate representation of color #072FDF: hue angle of 228.89º 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 #072FDF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 47 223 -
CMYK 0.97 0.79 0 0.13
HSL 228.89º 0.94% 0.45% -
HSV(B) 228.89º 0.97% 0.87% -
XYZ 14.42 7.41 70.48 -
YUV 55.1 222.75 93.69 -
System Red Green Blue C M Y K H S L
Decimal 7 47 223 0.97 0.79 0 0.13 228.89 0.94 0.45
Hex 7 2F DF 61 4F 0 D E5 5E 2D
Octal 7 57 337 141 117 0 15 345 136 55
Binary 111 101111 11011111 1100001 1001111 0 1101 11100101 1011110 101101

Color Harmonies of #072FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FDF

Black with #072FDF

Text Example


Text Example

White with #072FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072FDF; }

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

 H1.HeaderClassName
 {
   color: #072FDF;
 }
 .AnyTagClassName
 {
   color: #072FDF;
 }
</style>

background-color css

<style>
 a { background-color: #072FDF; }

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

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

border-color css

<style>
 span { border-color: #072FDF; }

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

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