Html Css Color HEX #0740ED Persian Blue

📋 copy color: '#0740ED'

red 7 ◦ green 64 ◦ blue 237

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

Shades of Persian Blue #0740ED

Tints of Persian Blue #0740ED

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

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

R = 2.27%
G = 20.78%
B = 76.95%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0740ED (or 0x0740ED) is known color: Persian Blue. HEX triplet: 07, 40 and ED. RGB value is (7,64,237). Sum of RGB (Red+Green+Blue) = 7+64+237=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #0740ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0740ED is #F8BF12. Grayscale: #414141. Windows color (decimal): -16301843 or 15548423. OLE color: 15548423.

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

Color convert

RGB 7 64 237 -
CMYK 0.97 0.73 0 0.07
HSL 225.13º 0.94% 0.48% -
HSV(B) 225.13º 0.97% 0.93% -
XYZ 17.21 9.83 81.11 -
YUV 66.68 224.12 85.43 -
System Red Green Blue C M Y K H S L
Decimal 7 64 237 0.97 0.73 0 0.07 225.13 0.94 0.48
Hex 7 40 ED 61 49 0 7 E1 5E 30
Octal 7 100 355 141 111 0 7 341 136 60
Binary 111 1000000 11101101 1100001 1001001 0 111 11100001 1011110 110000

Color Harmonies of #0740ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0740ED

Black with #0740ED

Text Example


Text Example

White with #0740ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0740ED; }

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

 H1.HeaderClassName
 {
   color: #0740ED;
 }
 .AnyTagClassName
 {
   color: #0740ED;
 }
</style>

background-color css

<style>
 a { background-color: #0740ED; }

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

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

border-color css

<style>
 span { border-color: #0740ED; }

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

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