Html Css Color HEX #0740EA Persian Blue

📋 copy color: '#0740EA'

red 7 ◦ green 64 ◦ blue 234

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

Shades of Persian Blue #0740EA

Tints of Persian Blue #0740EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 76.72%

R = 2.3%
G = 20.98%
B = 76.72%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0740EA (or 0x0740EA) is known color: Persian Blue. HEX triplet: 07, 40 and EA. RGB value is (7,64,234). Sum of RGB (Red+Green+Blue) = 7+64+234=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #0740EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0740EA is #F8BF15. Grayscale: #414141. Windows color (decimal): -16301846 or 15351815. OLE color: 15351815.

HSL color Cylindrical-coordinate representation of color #0740EA: hue angle of 224.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0740EA is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 64 234 -
CMYK 0.97 0.73 0 0.08
HSL 224.93º 0.94% 0.47% -
HSV(B) 224.93º 0.97% 0.92% -
XYZ 16.77 9.65 78.82 -
YUV 66.34 222.62 85.68 -
System Red Green Blue C M Y K H S L
Decimal 7 64 234 0.97 0.73 0 0.08 224.93 0.94 0.47
Hex 7 40 EA 61 49 0 8 E1 5E 2F
Octal 7 100 352 141 111 0 10 341 136 57
Binary 111 1000000 11101010 1100001 1001001 0 1000 11100001 1011110 101111

Color Harmonies of #0740EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0740EA

Black with #0740EA

Text Example


Text Example

White with #0740EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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