Html Css Color HEX #0307E0 Medium Blue

📋 copy color: '#0307E0'

red 3 ◦ green 7 ◦ blue 224

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

Shades of Medium Blue #0307E0

Tints of Medium Blue #0307E0

RGB

 RED value IS 3 (1.56% from 255) = 1.28%

 GREEN value IS 7 (3.13% from 255) = 2.99%

 BLUE value IS 224 (87.89% from 255) = 95.73%

R = 1.28%
G = 2.99%
B = 95.73%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0307E0 (or 0x0307E0) is known color: Medium Blue. HEX triplet: 03, 07 and E0. RGB value is (3,7,224). Sum of RGB (Red+Green+Blue) = 3+7+224=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 224 (87.89% from 255 or 95.73% from 234); Max value from RGB is 224 - color contains mainly: blue. Hex color #0307E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307E0 is #FCF81F. Grayscale: #1D1D1D. Windows color (decimal): -16578592 or 14681859. OLE color: 14681859.

HSL color Cylindrical-coordinate representation of color #0307E0: hue angle of 238.91º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0307E0 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 7 224 -
CMYK 0.99 0.97 0 0.12
HSL 238.91º 0.97% 0.45% -
HSV(B) 238.91º 0.99% 0.88% -
XYZ 13.57 5.55 70.88 -
YUV 30.54 237.17 108.36 -
System Red Green Blue C M Y K H S L
Decimal 3 7 224 0.99 0.97 0 0.12 238.91 0.97 0.45
Hex 3 7 E0 63 61 0 C EF 61 2D
Octal 3 7 340 143 141 0 14 357 141 55
Binary 11 111 11100000 1100011 1100001 0 1100 11101111 1100001 101101

Color Harmonies of #0307E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0307E0

Black with #0307E0

Text Example


Text Example

White with #0307E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0307E0; }

 p { color: rgb(3,7,224); }

 H1.HeaderClassName
 {
   color: #0307E0;
 }
 .AnyTagClassName
 {
   color: #0307E0;
 }
</style>

background-color css

<style>
 a { background-color: #0307E0; }

 a { background-color: rgb(3,7,224); }

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

border-color css

<style>
 span { border-color: #0307E0; }

 span { border-color: rgb(3,7,224); }

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